[jboss-user] [JBoss jBPM] - Re: jBPM BPEL change DB - HowTo?

alex.guizar@jboss.com do-not-reply at jboss.com
Tue Aug 8 15:09:16 EDT 2006


Excellent guide! I can only add that, if you don't want automatic database schema creation (as is most often the case in a production environment) you should remove this line from your hibernate.properties:
hibernate.hbm2ddl.auto=update
Instead, execute the following commands after you deploy jbpm-bpel.sar:
cd JBPM_HOME/doc/examples
  | ant create-schema
Enjoy!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963886#3963886

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963886



More information about the jboss-user mailing list