[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

koen.aers@jboss.com do-not-reply at jboss.com
Fri Oct 26 04:36:11 EDT 2007


To further answer Aldo's question about combining EJB3 and jBPM, you should wrap the jBPM API you need in a stateless session bean. You can inject your EJB3 persistence context in this session bean and use it to programmatically change the session on your jBPM context. In that way you don't use two persistence managers but only the EJB3 one.

Regards,
Koen

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099154#4099154

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099154



More information about the jboss-user mailing list