[jboss-user] [JBoss jBPM] - Re: BPEL Installation Question

alex.guizar@jboss.com do-not-reply at jboss.com
Thu Feb 8 13:55:31 EST 2007


You can generate the DDL scripts using Hibernate's SchemaExport tool. The Toolset Guide chapter in the reference manual describes it in detail.

The command must be something like:
java -cp hibernate.jar;jbpm-jpdl.jar;jbpm-bpel.jar org.hibernate.tool.hbm2ddl.SchemaExport --create  --quiet --output=jbpm-bpel.ddl --config=hibernate.cfg.xml --format
but I won't take the excitement of figuring it out away from you :-)


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

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



More information about the jboss-user mailing list