Joined: Mon Mar 29, 2010 10:45 pm Posts: 6
|
We too have the very same issue while working with Websphere 6.1 and EJB3 Feature pack along with Hibernate as persistence provider. I could see several queries raised on the same subject but with no valid response on the issue.
With websphere in specific, an attempt to suspend() the transaction throws unsupported exception. But the work around of using WebsphereTransactionManager instead of WebsphereExtendedTransactionManagerLookup works.
Can anyone please confirm if there is a neat solution to this problem ? We've tried with almost all versions of hibernate starting with 3.0.
|
|