..\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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user