[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-28 Thread mjm_uk
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

[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-28 Thread mjm_uk
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

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-28 Thread mjm_uk
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

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-27 Thread mjm_uk
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

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-27 Thread mjm_uk
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

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-23 Thread mjm_uk
I'm having the same issue... Process Definition =