[jboss-user] [JBoss jBPM] - Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
chenjin
do-not-reply at jboss.com
Fri Nov 24 06:14:52 EST 2006
..\jbpm-starters-kit-3.1.2\jbpm
build.deploy.xml
| <target name="create.db" depends="declare.jbpm.tasks, db.clean, db.start" description="creates a hypersonic database with the jbpm tables and loads the processes in there">
| <jbpmschema actions="create"
| cfg="${basedir}/src/config.files/hibernate.cfg.xml"
| properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/>
| <loadidentities file="${basedir}/src/resources/hsqldb/identity.db.xml"
| cfg="${basedir}/src/config.files/hibernate.cfg.xml"
| properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/>
| <ant antfile="build.xml" target="build.processes" inheritall="false" />
| <deployprocess cfg="${basedir}/src/config.files/hibernate.cfg.xml"
| properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties">
| <fileset dir="build" includes="*.process" />
| </deployprocess>
| <antcall target="db.stop" />
| </target>
|
this will do sth .eg. deploy websale process , include dentities .
change it to oracle with your config.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988381#3988381
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988381
More information about the jboss-user
mailing list