s] When is JPAWorkItemManager used in Drools Flow?
Alan,
The JPAWorkItemManager should be used instead (automatically) as it is
defined in the session configuration properties (earlier in the same
method):
props.setProperty( "drools.workIte
Alan,
The JPAWorkItemManager should be used instead (automatically) as it is
defined in the session configuration properties (earlier in the same
method):
props.setProperty( "drools.workItemManagerFactory",
"org.drools.persistence.processinstance.JPAWorkItemManagerFactory" );
Are you encountering
I've been doing some testing recently with the 5.1 snapshot of Drools
(build 3280). The JPA state persistence in Drools Flow appears to be much
more solid (no more NullPointerExceptions) - many thanks for this.
One question I still have though is with the loading of existing sessions
from the da