[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-26 Thread the_dude
kukeltje wrote : Using a separated process (cvs with cmdb or whatever). You would want to have the changes to e.g. en expression (which could have a major impact) in there as well. Don't you want them tested in some way or another? I do that already. I thought it might be more comfortable for

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-26 Thread kukeltje
if you replace processimage.jpg with the name of the processdefinition you should be fine (I never tried it though) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960971#3960971 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-26 Thread the_dude
I have tried that already :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961066#3961066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961066 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-25 Thread newbie007
If you are not sure that the definition is persisted to the database, try loading it using graph session: ProcessDefinition processDefinition = graphSession.loadProcessDefinition(processDefinitionId); View the original post :

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-25 Thread the_dude
Thanks for the quick reply. You are describing the deployment of a process definition. What I was looking for is how to retrieve the xml of an already deployed process definition (from the database). I haven't used the default web app for some time - however I doubt they show you the plain xml

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-25 Thread kukeltje
I would advise against using the pd from jBPM as the truth. Using a separated process (cvs with cmdb or whatever). You would want to have the changes to e.g. en expression (which could have a major impact) in there as well. Don't you want them tested in some way or another? Even if you want