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

Reply via email to