Tuesday, April 07, 2009

Spring Transaction Management at work

Its important whether you use XML based configuration or the Annotation based approach to check your DEBUG logs and see that Transaction Management is actually creating a transaction and committing at the end of the method. I would encourage you to check the DEBUG logs of Spring (It is very heavy) to fix/ understand how Spring goes around wiring and deploying beans.

No comments:

Post a Comment

Thank you for your feedback