In Seam 2, when I wanted to scope a component to a business process, I annotate that component with @Scope(BUSINESS_PROCESS). What is the equivalent to Seam 3?
How do I integrate jBPM5 (or jBPM4) to Seam 3/J2EE 6?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s a good question. The seam3 module it’s inside the droolsjbpm project on github. You can check out the code from the master repository
https://github.com/droolsjbpm/droolsjbpm-integration/tree/master/drools-container/drools-seam
I recommend you to take a look at the tests inside the seam3 project to see what is there and how you can use it.
Cheers