Hibernate version: 2.1.6
Hello,
On my project we're using Borland Enterprise Server.
So i tried the BESTransactionManagerLookup from the 2.1.6 Hibernate distribution.
It turned out not to work : I'm getting ClassCastException on the JNDI lookup for the TransactionManager.
On further investigation, I noticed that the source code of BESTransactionManagerLookup (in the distribution and in CVS) is not the same as the source code provided by Etienne Hardy.
In fact the getName and getUserTransactionName returns have been swapped.
Using the exact source code provided by Etienne Hardy works.
It doesn't seem to have already been reported.
I hope this can help the Hibernate team.
|