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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to