Try to debug TransactionInterceptor.invoke, or configure log4j trace level for it:
log4j.properties
Code:log4j.logger.org.springframework.transaction = debug, console log4j.logger.org.springframework.transaction.interceptor = trace, console log4j.additivity.org.springframework.transaction = false log4j.additivity.org.springframework.transaction.interceptor = false


Reply With Quote
