[jboss-user] [JBoss jBPM] - Re: Please help - rollback with managed trasnactions

2007-02-20 Thread mrudulam
Just in case it helps anyone, here's the configuraiton. a) Configuration in jbpm.cfg.xml | | | | | | | b) Configuration in hibernate.cfg.xml (for MySQL datasource) org.hibernate.dialect.MySQLDialect | jdbc/jbpm | org.hibernate.tr

[jboss-user] [JBoss jBPM] - Re: Please help - rollback with managed trasnactions

2007-02-16 Thread mrudulam
If you look at the last two lines of hte log, after rollback, a select is done on jbpm token and update is done. Does this indicate that when rollback occurs, the jbpm_token is set to the parent node of the current node? [2/16/07 12:33:39:949 IST] | 6f97230a SystemOut O Hibernate: sele

[jboss-user] [JBoss jBPM] - Re: Please help - rollback with managed trasnactions

2007-02-15 Thread mrudulam
The remaining part of hte log | [2/16/07 12:33:39:012 IST] 6f97230a SystemOut O In end of MyActionHandler 3 | [2/16/07 12:33:39:153 IST] 6f97230a SystemOut O Hibernate: select exceptionh0_.NODE_ as NODE7_1_, exceptionh0_.ID_ as ID1_1_, exceptionh0_.GRAPHELEMENTINDEX_ as GRAPHEL

[jboss-user] [JBoss jBPM] - Please help - rollback with managed trasnactions

2007-02-14 Thread mrudulam
The situation I am breaking my head over is this - Assume there is a simple 3 node process. Each node has its own action handler. In the second action handler, I have an update to another database (other than the jbpm). In the 3rd action handler, there is an exception. I am trying to combine nod

[jboss-user] [JBoss jBPM] - Rollback of a process using JTA inside jBPM - help

2007-02-13 Thread mrudulam
The situation I am breaking my head over is this - Assume there is a simple 3 node process. Each node has its own action handler. In the second action handler, I have an update to another database (other than the jbpm). In the 3rd action handler, there is an exception. I am trying to combine nod