Joined: Mon Oct 30, 2006 1:49 pm Posts: 2
|
Hi everybody,
I'm trying to use hibernate 3.2 with websphere 6.1. I already try every configuration I found in the internet and forums. It's throwing a UnsupportedOperationException in getStatus() method in WebSphereExtendedJTATransactionLookup nested class. I already try change this method body to return 0 as suggested in HHH-198 (in a doc file attached).
Now I got another error: com.ibm.websphere.jtaextensions.NotSupportedException
at com.ibm.ws.jtaextensions.ExtendedJTATransactionImpl.registerSynchronizationCallbackForCurrentTran
Any suggestion? Someone already make hibernate 3.2 works with websphere 6.1?
Thanks
p.s.: I am using EntityManager
|
|