-
Bug
-
Resolution: Done
-
Major
-
7.0.1.GA
-
None
When JPA entity is used as case file variable it will be stored properly but on each retrieval of case file (and by that all operations) will fail at loading it due to missing entity manager in JPAPlaceholderResolverStrategy. The root cause is that onStart (from TransactionAware interface) is not invoked in the right order/place causing missing entity manager.
- clones
-
JBPM-7493 JPA Entity causes NPE when being used as case file variable
- Resolved