]
Adi Sesha Reddy commented on HHH-7215:
--------------------------------------
Any update on this? Do you need any additional information?
NullPointerException in JtaTransaction when trying mark transaction
for rollback
--------------------------------------------------------------------------------
Key: HHH-7215
URL:
https://hibernate.onjira.com/browse/HHH-7215
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 4.0.1, 4.1.0, 4.1.1
Reporter: Adi Sesha Reddy
Labels: transaction
Attachments: BasicDrivingTest.java
The issues is similar to this
https://community.jboss.org/thread/197482. Notice
'hibernate.transaction.jta.platform' and
'hibernate.transaction.factory_class' properties. Here Hibernate is joining
existing transaction. SynchronizationCallbackCoordinatorImpl tries to mark transaction for
rollback when exception occurs, the chain of calls results in NullPointerException at
TransactionCoordinatorImpl.setRollbackOnly(). To simulate the scenario, I modified
BasicDrivingTest(https://github.com/hibernate/hibernate-orm/blob/master/h...
which is attached with this issue(check line 76)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: