Hi,
We are using hibernate version 2 in our application with PostgreSQL and JBoss 3.2.7. We are managing the transactions ourselves and JBoss log is showing us many warnings of afterTransactionCompletion() never called from SessionImpl. We are committing and closing the session after each transaction if autoCommit is taken as false and closing the session when autoCommit is taken as True? Can somebody please help us out here, as to why these warnings are coming up and filling our JBoss Log indefinitely?
Thanks,
Rachna Aggarwal
|