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.