[jboss-user] [jBPM] - Re: jBPM 5.0 and Hibernate

Kris Verlaenen do-not-reply at jboss.com
Tue Mar 1 00:13:50 EST 2011


Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the discussion

"Re: jBPM 5.0 and Hibernate"

To view the discussion, visit: http://community.jboss.org/message/590209#590209

--------------------------------------------------------------
The default persistence implementation uses JPA, where Hibernate can for example be used as the underlying persistence framework.  So you can combine jBPM 5.0 persistence with an existing hibernate solution.  If you really want to avoid using JPA altogether and use Hibernate directly, you could plug in your own persistence, where you replace the invocations to JPA in the implementation with direct invocation of the Hibernate equivalent.

Regarding transactions, jBPM 5.0 uses a pluggable mechanism here as well, where by default we use JTA but we also have a Spring implementation (as Spring doesn't provide access to the JTA transaction manager).

Kris
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/590209#590209]

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/20110301/ec83e8c7/attachment.html 


More information about the jboss-user mailing list