[jboss-user] [JBoss jBPM] - Re: problem in jbpm1.3.2 with oracle9i backend
lampli
do-not-reply at jboss.com
Thu Sep 28 20:52:03 EDT 2006
I had fixed it without any change but below ,and when i ant it in eclipse, i got the right result!
|
| <target name="create.db" depends="declare.jbpm.tasks" description="creates a oracle database with the jbpm tables and loads the processes in there">
| | <jbpmschema actions="create"
| | cfg="${basedir}/src/config.files/hibernate.cfg.xml" />
| | <loadidentities file="${basedir}/src/resources/oracle/identity.db.xml"
| | cfg="${basedir}/src/config.files/hibernate.cfg.xml" />
| | <ant antfile="build.xml" target="build.processes" inheritall="false" />
| | <deployprocess cfg="${basedir}/src/config.files/hibernate.cfg.xml"
| | properties="${basedir}/src/resources/oracle/create.db.hibernate.properties">
| | <fileset dir="build" includes="*.process" />
| | </deployprocess>
| | </target>
|
| regards and thanks ,
| lamp
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975052#3975052
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975052
More information about the jboss-user
mailing list