Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.3.0
-
None
Description
In geronimo we're seeing an intermittent tck problem that seems to relate to a situation where there are:
– a BMT stateless session ejb
– two connections (I think these get shared to the same ManagedConnection)
– two sessions
– tx control through UT
– send a message in one tx
– receive message in a tx that is rolled back
– receive message in a tx that is committed
In a public test case I'm seeing that the session proxies get confused about whether there is an active transaction. This doesn't happen all the time but with a few repititions it happens consistently.
See GERONIMO-4784