Tim,
It sounds like your jbpm.sar is not connecting to your PostgreSQL dB, as the
war uses the connection sepecified by your sar, check: -
1) That your jbpm.sar/jbpm.sar.cfg.jar/hibernate.xfg.xml has the corrcet jdbc
connection details.
2) That your jbpm.sar/META-INF/jboss-service.xml has the c
The easiest way of deploying your par is using the eclispe plugin.
The .par file is not actually deployed (like a .jar file), but its content is
loaded into a ProcessDefinition and the ProcessDefinition is then persisted to
your dB (via hibernate).
If you use the eclipse plugin, you will need t
Sorry I should have said, it's in the
\build\classes.jbpm\org\jbpm\graph\def\ProcessDefinition.hbm.xml
Change the nodes list: -
.
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933055#3933055
Reply to the post :
http://www.jboss.com/index.html?module
Well I've got a fix for this, can this be added as an issue?
The issue is that the ProcessDefinition.hbm.xml has: -
This means that super states nodes and normal nodes that both have an
nodecollectionindex_ of 0, 1 will get overriden by the last one loaded.
To resol
Their is also a BUG here!!!
If there are more than 24 states e.g.
start
super1
state1
state2
super2
state3
state4
super3
state5
state6
state7
state8
state9
state10
state11
state12
state13
state14
state15
state16
state17
state19
state20
state21
state22
state23
super4
state24
I'm having the same issue...
Process Definition =