Using Drools 5.3, I'm trying to set up a statefull knowledgesession that
persists out to a database. With all of the examples on nabble and the
documentation (Example 2.10. JPA configuration for StatefulKnowledgeSessions
http://docs.jboss.org/drools/release/5.3.0.Final/droolsjbpm-introduction-...)
seems like it should be straight forward enough.
However, in all of those examples, variablepersisters are configured that
are in the package org.drools.persistence.processinstance.persisters (like:
<drools:persister for-class="javax.persistence.Entity"
implementation="org.drools.persistence.processinstance.persisters.JPAVariablePersister"
I can't find that package anywhere in Drools 5.3 (or JBPM 5.2). Can someone
PLEASE suggest where to find those classes/packages?
Is the documentation (above) incorrect/outdated? If so, can someone point
me to a working example of JPA transactions configured via Spring.
Thanks very much!
-J
--
View this message in context:
http://drools.46999.n3.nabble.com/Where-are-JPA-variablepersisters-in-Dro...
Sent from the Drools: User forum mailing list archive at
Nabble.com.