2 Replies Latest reply on Jan 8, 2008 3:57 AM by rainhust

    seam and  jbpm problem.

    rainhust

      after add the code

      <bpm:jbpm>
       <bpm:process-definitions>
       <value>todo.jpdl.xml</value>
       </bpm:process-definitions>
      </bpm:jbpm>
      

      in seam components.xml file,

      when the seam start up , seam will deploy the todo process into the database,
      but i do not want seam aoto deploy the process, just load the jbpm function,ant i will deploy the process using the jbpm process designer.

      how to do this.

      any help. thanks!