Hi,
I am new to jbpm and we started R & D no jbpm4 beta version currently.i have requirement that i need to show the user by highlight the active state of the process . but am unable to generate or find a image for a process definitions. we previously used jbpm3.1.1 in which we are able to get an image from jpdl desginer.but i am unable see the image in jpdl4 version.please provide some help..
Thanks in advance
Maruthi
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235329#4235329
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235329
Hi,
I want to use several ProcessInstance in the same application. I use the Execution service to start my process instance
executionService.startProcessInstanceByKey("myProcess");
According to the javadoc in starts the ProcessInstance according to the latest version of the process definition. In some cases, I'd like to start a process instance with an older version pf the process definition.
I do not find how to do that using the ExceutionService and JBPM/JPDL 4.0beta2.
How can I start my process with an older version ?
When I have an execution instance how can I chech its version ?
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235319#4235319
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235319
I use Spring Web Services in the WAR file, but I do not use Spring for injection or anything else regarding JBPM.
I agree it looks like a classloader problem and I've checked many times if I have more than one JBPM in my classpath. I have not included more than one myself and I do not believe that JBoss 5.0.1.GA includes JBPM.
I think the error happens when JBPM tries to read the jpdl.xml file. It might use some binding class from the JBoss container library, rather than one I should supply. So the problem might be figuring out which libraries I need to include other than those I have mentioned?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235303#4235303
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235303