[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2008-09-26 Thread woo37830
I have a working process and deployed it. I tested it. I then have a simple process which starts and has the first node as a process-start. I added the bean you mentioned into my jbpm.cfg.xml file and recompiled and deployed the console. I get the same error, null pointer. Any other ways I can

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-10 Thread kukeltje
didn't you have an old jbpm.cfg.xml? e.g. one from 3.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062486#4062486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062486 ___

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-10 Thread drashmi30
At least it didnt work for me. Only after I included this in my jbpm.cfg.xml, then only the sub-process started getting executed properly. Otherwise I was getting an exception saying "cannot create a process instance when process definition is null" View the original post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-10 Thread kukeltje
? isn't this the default??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062477#4062477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062477 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-10 Thread drashmi30
In case you are finding it difficult to deploy a process-definition having a sub-process, then use the below class: org.jbpm.graph.node.DbSubProcessResolver.java Use this class in jbpm.cfg.xml: | and build the jbpm-console.war again. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-02 Thread kukeltje
hm.. where does that org.jbpm.custom.DbSubProcessResolver come from??? Did you develop that by yourself? It is not in the jbpm source. If so, it is no wonder it won't work, but it only does not work for you then. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-02 Thread drashmi30
Hi, I have been able to resolve the problem. In order to use sub-process in jbpm-jpdl-3.2.1, you should change the jbpm.cfg.xml in jbpm-console.war to include the customised bean class. If you include the following: in your jbpm.cfg.xml and build the war file again, I hope you can then suc

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-02 Thread drashmi30
Hi, I am sorry for the delayed reply. Actually, the sub-process gets deployed properly because I am able to start an instance of the sub-process but only when the main process makes a call to sub-process, it fails to create an instance and gives me the above mentioned error. View the origin

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-06-29 Thread kukeltje
if it is urgent, take the source, add some debug statements to it and see why it goes wrong. Or buy commercial support somewhere. What could be wrong is what I mentioned before, the subprocess is not deployed at all due to some other error View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-06-29 Thread drashmi30
The same process definition I am able to run in jbpm-jpdl-3.2.GA but when I am trying to run it in jbpm-jpdl-3.2.1, I am getting this error. What can be the possible causes for this other than the order in which the processes are deployed? Kindly help me out as this is quite urgent. Thanks in

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-06-29 Thread kukeltje
hmmm... sorry.. I see you deloyed in the correct order... sure it IS deployed (no errors?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059168#4059168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059168 ___

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-06-29 Thread kukeltje
deploy them in the correct order (subprocess first) if you want this specific version of the subprocess to be bound to the main process. If you always want the latest version bound to the main process add the attribute binding="late" to the main process process state View the original post :