This behavior is the documented behavior of Spring when using the proxy
mode for AOP. It can be changed by switching to the aspectj
mode which perform code instrumentation either on compilation or at runtime.
↧
Answer by gabuzo for Nested transaction on Spring
↧