[jboss-user] [jBPM Users] - Re: Process definition

2009-12-10 Thread kukeltje
XML is parsed with an XML parser... Those are in the JDK so I have no clue what you mean... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270061#4270061 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270061

[jboss-user] [jBPM Users] - Re: Process Definition gets deleted while starting new proce

2009-12-10 Thread jbpmjboss11
Never mind I found the solution. Need to remove the following line from your jbpm.hibernate.cfg.xml create-drop View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270077#4270077 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process Definition - Versioning (jBPM4)

2009-10-14 Thread sebastian.s
the documentation: http://www.jboss.org/jbossjbpm/jbpm_documentation/ how to ask questions: http://www.jboss.org/index.html?module=bbop=viewtopict=158610 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260369#4260369 Reply to the post :

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-02 Thread jbarrez
The console is smart enough to check the package names of the process XML/ process image, which allows for multiple processes/images in one .bar. The g attribute is only storing the x, y of the activity. So you still need the image to 'draw' for example the current activity on that image, using

[jboss-user] [jBPM Users] - Re: Process definition xml

2009-09-01 Thread jbarrez
@Gert: this is an interesting suggestion, the mapping could be provided by the framework itself. Can you file an issue in Jira exactly describing what would be the easiest solution for you, so we can discuss/plan it? View the original post :

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread jbarrez
Yes it does. Just add the process image to your deployment: deployment.addResourceFromClasspath(path/to/your/process/image.png The console will now display the image + the current activity the process is in. View the original post :

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread JimDwyer
So I would then deploy the jpdl separate from the png? Is there a way to keep track of which image goes with which jpdl? How do the .bar files work? I was under the impression that I could include the jpdl and png in a bar and deploy that. Thanks Jim View the original post :

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread JimDwyer
Is the g attribute in the jpdl file the graphical information? If so why would I need to deploy the png file in my deployment? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252917#4252917 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process definition xml

2009-08-31 Thread gleenders
Ronald thanks a lot. You helped me out here. The following does the trick: | ExecutionService executionService = PE.getExecutionService(); | RepositoryService repositoryService = PE.getRepositoryService(); | //Find the process instance. | ProcessInstance

[jboss-user] [jBPM Users] - Re: Process definition xml

2009-08-31 Thread kukeltje
Unfortunately (afaik) you cannot do a 'ls/dir' on it. But what you *could* do is store an additional file in there where you do some kind of mapping? (me: just having wild thoughts) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252583#4252583 Reply to the

[jboss-user] [jBPM Users] - Re: Process definition xml

2009-08-29 Thread kukeltje
in 4? Yes, look e.g. at the sourcecode of the form integration module. It retrieves the .ftl files from the deployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252428#4252428 Reply to the post :