0 Replies Latest reply on Jul 16, 2009 10:26 AM by katsu

    How we do JBPM subprocess deployment?

    katsu

      Hi All,


      i have got stuck with jbpm subprocess for several day. based on the article on JIRA: My Link it seem that we have to create two process definition in order to establish parent-child relationship between two process.


      let say, the files were parent.jpdl.xml and child.jpdl.xml and i add the following lines in components.xml




      <bpm:jbpm>
      <bpm:process-definitions>
      child.jpdl.xml
      </bpm:process-definitions>
      
      <bpm:process-definitions>
      parent.jpdl.xml
      </bpm:process-definitions>
      </bpm:jbpm>




      but not it did'nt work at all, i even can't create process for the parent one. Seam says the following error :




      javax.ejb.EJBTransactionRolledbackException: can't create a process instance when processDefinition is null




      how do i solve this issue?


      thanks.