I never annotate my services or dao's with @CommitAfter and only annotate the actions in my pages / components. Is there a reason why you can't use this approach?
- Using Hibernate Session outside of @CommitAfter. Bugs I saw... Martin Kersten
- Re: Using Hibernate Session outside of @CommitAfter. B... Lance Java