[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2009-01-14 Thread tangomannn
this line ProcessDefinition pd = ProcessDefinition.createNewProcessDefinition(); saved my life. Please JBPM Team put in the documentation or in the javadoc, that if the user works programmatically must use ProcessDefinition pd = ProcessDefinition.createNewProcessDefinition(); instead of new

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2009-01-14 Thread kukeltje
maybe you should have asked earlier (or searched earlier?). The suggestions are good btw, please file a jira issue for changing the (java)docs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201803#4201803 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2007-12-14 Thread rodosa
hi jnesta! I have a problem similar to yours. Have you solucionate it? How? Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112877#4112877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112877

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2007-01-29 Thread jnesta
Using codes as follows instead of new ProcessDefinition, it's ok. [CODE] ProcessDefinition definition = ProcessDefinition.createNewProcessDefinition(); [/CODE] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008106#4008106 Reply to the post :