[jboss-user] [JBoss Seam] - jbpm do not auto create database schema.

rainhust do-not-reply at jboss.com
Sun Jan 13 20:26:30 EST 2008


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?



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

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



More information about the jboss-user mailing list