[jboss-user] [jBPM] - Re: jbpm hibernate persistence
J J
do-not-reply at jboss.com
Wed Mar 23 18:45:04 EDT 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110323/e4b6152a/attachment-0001.html
More information about the jboss-user
mailing list