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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...