What are you trying to do?
The process image is saved in the process archive and can be retrieved from the process definition object.
You can get the process definition object either through the embedded jpdl engine or through the command service interface.
But as the previous poster said it is generated in Eclipse and uploaded with the process archive.
Folks on this board have posted some jsp stuff to generate the image by iterating through the process graph.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255838#4255838
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255838
Hello,
thanks for your prompt reply.
anonymous wrote : And if you would have analysed the the logging a little (really, just a little) you would have seen
|
| 250 [JbpmJobExecutor:141.29.39.58:1] ERROR org.jbpm.db.JobSession - org.hibernate.MappingException
| : Named query not known: JobSe
| ssion.getFirstAcquirableJob
If you have noticed my first post you would have seen that I had shown that only portion of the stack trace. So I knew that the problem was there, but I did not know what to do about it.
BTW, thanks for your indications for posts
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255820#4255820
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255820
Hi all,
I have installed JBPM 3.2.3 (with datasource hypersonic) on JBoss 4.2.3.GA.
My goal is to have only one instance of JBPM under JBoss to manage more than one client, each with a different database (every database contains
the JBPM_* tables and client specific tables).
Can I deploy process archive containing the file processdefinition.xml (and others like gpd.xml, etc.) and files like jbpm.cfg.xml and
hibernate.cfg.xml referring to the client specific datasource (already deployed in JBOSS? or can I specify it in some other way, for example in the same
archive)?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255764#4255764
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255764