6 Replies Latest reply on Oct 7, 2009 2:06 AM by sebastian.s

    JBPM4 and JBoss5 and JEE

    pieter.martin

      Hi,

      I have installed jBPM4 as per the documentation in JBoss 5.1.0.GA.
      I have also got an seam based ear application deployed on jboss.

      In my ear applIication I can successfully get a reference to the ProcessEngine via

      @Resource(mappedName = "java:/ProcessEngine")
      private ProcessEngine processEngine;
      


      I can also successfully deploy a process definition, but alas then then I become stuck.

      Using an expression I would like to call a seam component, or if that is not possible a method on an Stateless EJB.

      Is this possible?

      Thanks
      Pieter