[jboss-user] [JBoss jBPM] - Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i

dusixiang do-not-reply at jboss.com
Sun Nov 26 21:29:01 EST 2006


yeah, I fixed it .
Thanks a lot , guys. :-)

I Modified the build.deploy.xml in the deploy.processes target as the same as following, and then use the :
ant deploy.processes -buildfile build.deploy.xml
command deployed (or redeployed ) my processes.



  | <target name="deploy.processes" depends="declare.jbpm.tasks" description="deploys the jbpm processes">
  |     <ant antfile="build.xml" target="build.processes" inheritall="false" /> 
  |     <deployprocess cfg="src/config.files/hibernate.cfg.xml" 
  |                    properties="${basedir}/src/resources/oracle/create.db.hibernate.properties">
  |       <fileset dir="build" includes="*.process" />
  |     </deployprocess>
  |   </target>
  | 

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

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



More information about the jboss-user mailing list