Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResultMessagesLoggingInterceptor does not define in domain.xml (JAP & MyBatis) #39

Closed
kazuki43zoo opened this issue Aug 26, 2014 · 0 comments
Assignees
Milestone

Comments

@kazuki43zoo
Copy link
Contributor

In blank project for JPA & MyBatis, does not define resultMessagesLoggingInterceptor & AOP setting.

Need the following setting in domain.xml of JPA & MyBatis.

    <bean id="resultMessagesLoggingInterceptor"
        class="org.terasoluna.gfw.common.exception.ResultMessagesLoggingInterceptor">
        <property name="exceptionLogger" ref="exceptionLogger" />
    </bean>
    <aop:config>
        <aop:advisor advice-ref="resultMessagesLoggingInterceptor"
            pointcut="@within(org.springframework.stereotype.Service)" />
    </aop:config>
@kazuki43zoo kazuki43zoo added this to the 1.1.0 milestone Aug 26, 2014
making added a commit that referenced this issue Aug 30, 2014
Added resultMessagesLoggingInterceptor & AOP setting in projectName-domain.xml. #39
@kazuki43zoo kazuki43zoo modified the milestones: 1.0.2, 1.1.0 Aug 30, 2014
making added a commit that referenced this issue Sep 15, 2014
Added resultMessagesLoggingInterceptor & AOP setting in projectName-domain.xml. #39
@btshimizukza btshimizukza self-assigned this Dec 15, 2014
@btshimizukza btshimizukza changed the title resultMessagesLoggingInterceptor does not define in domain.xml (JAP & MyBatis) ResultMessagesLoggingInterceptor does not define in domain.xml (JAP & MyBatis) Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants