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#4057220

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057220
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to