1 Reply Latest reply on Jul 4, 2011 12:49 PM by krisverlaenen

    Seam jBPM injection

    pushpak1981

      Hi,

       

      I am facing some issue with seam injection into jBPM context. I have my independent seam application and my jBPM is running into different application into jbpm context into deploy/jbpm folder. Inside my application i am doing an jndi lookup for the process engine. The problem i am facing is i am not able to inject seam components into the Java activities into jBPM. Now the seam injection does not work outside the seam context.

       

      I wanted to know whether is there any way i can inject an seam component into jBPM Java activity outside the seam context using an @In annotation.

       

      Thanks in advance.

        • 1. Re: Seam jBPM injection
          krisverlaenen

          Hi,

           

          Which version of jBPM are you using?

           

          It should be possible to use domain-specific handlers and to inject seam incomponents into these.  This might mean that the handlers should also live in the seam context and register themselves to the session but I don't see an issue with that.

           

          Kris