gavin wrote:
Use your debugger and the Hibernate log to find the bug in your code. Make sure you understand correct Hibernate session scopes and are doing correct transaction handling.
I'm using Spring for Hibernate session handling. My DataAccessLayer is defined as the session manager for all transactions - everything is defined very much like it's done in appfuse. I really don't see anything wrong with my code and I find it pretty interesting that you immediately assume that there's a bug in my code.
I'm not here for some out-of-the-box toss downs - how about providing some real input, otherwise don't bother replying.