[jboss-user] [JBoss jBPM] - Transaction problem in JBPM via EJB

skpeddi do-not-reply at jboss.com
Fri Feb 9 15:20:59 EST 2007


Transaction problem:

Scenario:EJB(Transaction starts)------------>JBPM(creating a processInstance)One more transaction starts

If we say jbpmContext.close() ,new processInstanceid should be created but transaction will not be committing.


EJB starts one transaction and internally EJB calls jBPM related method.
We are setting TransactionEnabled as "false" which means EJB related transaction should be continue.


But we are not able to commit in to the JBPM database (not updating into the database).

If we say transactionEnabled as "true" that will be working

Could any body can help me on this issue

Any one can suggest how to set the two transactions continuous



Thanks
Suresh







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

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



More information about the jboss-user mailing list