I just added a new protected method, so you can do:
@Scope(ScopeType.APPLICATION)
| @BypassInterceptors
| @Startup
| @Name("org.jboss.seam.bpm.jbpm")
| public class MyJbpm
| {
| protected boolean isProcessDeploymentEnabled()
| {
| return true;
| }
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057220#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...