4 Replies Latest reply on Jan 14, 2008 8:06 PM by rainhust

    jbpm do not auto create database schema.

    rainhust

      when i remove the process definitions from the components.xml file:

      <bpm:jbpm>
       <bpm:process-definitions>
       <value>financial.jpdl.xml</value>
       <value>reimbursement.jpdl.xml</value>
       </bpm:process-definitions>
       <bpm:pageflow-definitions></bpm:pageflow-definitions>
       </bpm:jbpm>
      

      changes to:
      <bpm:jbpm>
       <bpm:process-definitions>
       </bpm:process-definitions>
       <bpm:pageflow-definitions></bpm:pageflow-definitions>
       </bpm:jbpm>
      


      and the seam do not auto deploy the jbpm schema to database.

      so how can do this?