[jboss-user] [JBoss Seam] - Re: jBPM integration question

gavin.king@jboss.com do-not-reply at jboss.com
Sun Jun 24 18:46:15 EDT 2007


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



More information about the jboss-user mailing list