1 Reply Latest reply on Jun 17, 2008 2:55 PM by mkiel

    Problem integrating jBPM into Seam

    mikeschulze

      Hi everybody,
      i've got a small problem with my Seam-Configuration. I've already developed a small Seam-Application which i running smoothly on my AS. For the next step I wanted to use the pageflow-mechanism of jBPM with my Application. While trying to deploy it i receive the following error-message:



      org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.bpm.jbpm

      I'm using the JBoss AS 4.2.2GA, Seam 2.0.2SP1, jBPM 3.2.2 and Eclipse Europa with the latest JBoss-Tools.
      As described in many tutorials and the official reference i've added the following part to my components.xml (pftest.jpdl.xml is my Pageflow definition)


      <bpm:jbpm>
        <bpm:pageflow-definitions>
         <value>pf_test.jpdl.xml</value>
        </bpm:pageflow-definitions>
      </bpm:jbpm>


      (i deleted the <>)


      Does anybody have clue which other configuration i have to do to make my app use the jBPM-component?
      thx in advance