[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

saraswati.santanu do-not-reply at jboss.com
Thu Dec 3 01:59:06 EST 2009


1. This is absolutely possible to have JBPM not to interfere with your db schema. In fact, by default JBPM will not be dependent on any of your db tables.

2. This can be done easily. But this is not a JBPM feature. This is a JTA feature. You can have two XA Datasources, one for your application and one for JBPM and then the transaction manager will use 2 phase commit to make sure either both are committed or both are rolled back.

3. It does.

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

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



More information about the jboss-user mailing list