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
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
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
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
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