User development,

A new message was posted in the thread "Deploy a new process jbpm-console 4.3":

http://community.jboss.org/message/531379#531379

Author  : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej

Message:
--------------------------------------------------------------
Richard,
 
you are completely right - all resources are stored in the data base including 
freemarker templates - they just need to have .ftl extension.
 
So, in general, deployment is done to a database regardless of what application 
service the process engine is running on. I have always used ant task to make a 
deployment. Please find attached build.xml prepared for it.
 
You need to remember that you must prepare hibernate configuration for you data 
base inside file: jbpm.hibernate.cfg.xml
 
I deploy it from eclipse as ant taks (using attached build.xml) and structure 
of the project is as follow:
/
     /src
          /*.java
     /to-deploy-conf
          /jbpm configuration (jbpm.cfg.xml, jbpm.hibernate.cfg.xml, 
jbpm.mail.properties, jbpm.mail.templates.examples.xml, logging.properties, 
process_forms.css)
 
And that works like a charm, tested with few data bases (HSQLDB, PostgreeSQL, 
MySQL).
 
HTH
Maciej

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

To reply to this message visit the message page: 
http://community.jboss.org/message/531379#531379


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to