[jboss-user] [JBoss jBPM] - Re: HowTo: Use JBPM4 API (on JBoss 5)

jbarrez do-not-reply at jboss.com
Thu Jul 30 04:03:12 EDT 2009


Exactly. If you use the demo setup provided by the distribution, you can use the ProcessEngine which is bound to JNDI. You can adapt the database configuration in the jbpm folder (under deploy) for your database.

Another solution is just to use jBPM as a standalone Jar, and creating a process engine using new Configuration().buildProcessEngine(). You can store this object in a static field for example (it's thread-safe).

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

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



More information about the jboss-user mailing list