Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.5.0.RELEASE
-
None
-
Any version… for development cycle.
Description
Read the following link
http://stackoverflow.com/questions/3423972/spring-transaction-method-call-by-the-method-within-the-same-class-does-not-wo
"Spring @Transaction method call by the method within the same class, does not work?"
It is a classic problem due the Proxy limitation or behaviour..according with my understanding, the problem only arises in runtime, not before through compilation or with warning message.
If the IDE for the development cycle can arise a warning when the developer calls a method from other method from the same class working with @Transactional or <tx:advice would be fantastic.