Hi All,
I'm using Hibernate 4.1.6, JPA, JTA transaction type and WebSphereExtendedJtaPlatform as hibernate.transaction.jta.platform. I would like to know:
1) If WebSphereExtendedJtaPlatform is the correct implementation to use with JTA and WebSphere 8. 2) When some exception occurs, Hibernate calls setRollbackOnly and this method throws UnsupportedOperationException. Why is this exception thrown? Is it needed (can it be replaced by empty line)? I would like to know becase it is logging this exception.
Thanks in advance.
Regards Bruno
|