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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to