Has anyone seen anything similar to the following :-
I have an Spring\Hibernate\Tomcat\SqlServer application that was previously using JOTM. We migrated it to use Bitronix but now we are seeing scenarios where hibernate hangs on some table access, locking the database table, requiring a restart of the application and the DB Server.
This only started occuring after the move to bitronix. For some of the scenarios, rejigging how we use the @Transactional notation to make it more granular - i.e. reducing transaction 'length' to small chained transactions, avoids the problem, but doesn't really get us further forward in understanding what is causing the problem.
Has anyone seen something similar or have any suggestions?