-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
To reproduce the error, uncomment the line 37
and run the test. Test will fail as no Tx has been created
java.lang.IllegalStateException: Unable to join EntityManager to transaction: No local transaction to join at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.doJoinTransaction(ExtendedEntityManagerCreator.java:407) at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:350) at com.sun.proxy.$Proxy40.joinTransaction(Unknown Source) at org.jbpm.process.audit.strategy.StandaloneJtaStrategy.joinTransaction(StandaloneJtaStrategy.java:54) at org.jbpm.process.audit.JPAAuditLogService.joinTransaction(JPAAuditLogService.java:331)