Re: [rules-users] When is JPAWorkItemManager used in Drools Flow?

2009-08-26 Thread Alan . Gairey
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

Re: [rules-users] When is JPAWorkItemManager used in Drools Flow?

2009-08-26 Thread Kris Verlaenen
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

[rules-users] When is JPAWorkItemManager used in Drools Flow?

2009-08-26 Thread Alan . Gairey
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