J J [http://community.jboss.org/people/joshjdevl] created the discussion
"Re: jbpm hibernate persistence" To view the discussion, visit: http://community.jboss.org/message/595201#595201 -------------------------------------------------------------- Looking at the code, it seems its not implemented. if (tm.getClass().getName().toLowerCase().contains("jpa")) { // configure spring for JPA and local transactions cls = Class.forName("org.drools.container.spring.beans.persistence.DroolsSpringJpaManager"); con = cls.getConstructors()[0]; this.jpm = (PersistenceContextManager) con.newInstance(new Object[] { this.env }); } else { // configure spring for JPA and distributed transactions } -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/595201#595201] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
