Massimiliano Ziccardi [http://community.jboss.org/people/ziccardi] created the 
discussion

"JBPM Configuration files question"

To view the discussion, visit: http://community.jboss.org/message/533427#533427

--------------------------------------------------------------
Hi all!

I've a couple of simple (I think) questions about the  jbpm configuration files 
(jbpm.cfg.xml and jbpm.hibernate.cfg.xml).

To  load the JBPM configuration, I use the following code:

processEngine  = new Configuration()
           .setFile(new File("/tmp/jbpm.cfg.xml"))
           .buildProcessEngine();

However, I couldn't find a way to tell  JBPM where the jbpm.hiberate.cfg.xml 
file is: jbpm always search for it  into the classpath.
 
My questions are:
1. Is there a way to tell JBPM where the  jbpm.hibernate.cfg.xml file is?
2. Is there a place where I can find  the documentation about all the 
configurations I can setup with the  jbpm.cfg.xml? I could't find any 
documentation about how to edit such  file.

Thank you in advance.

Regards,
Massimiliano

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/533427#533427]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to