[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

dleerob do-not-reply at jboss.com
Wed Sep 26 02:33:46 EDT 2007


Thanks Ronald,

I have tried your example, however, there doesn't seem to be a method getIdentityService(); There is a getService(String name) method, so I thought that perhaps I should pass in some sort of 'Identity Service' name, so I looked in Services.java and found these service names defined:

  |   public static final String SERVICENAME_AUTHENTICATION  = "authentication";
  |   public static final String SERVICENAME_AUTHORIZATION   = "authorization";
  |   public static final String SERVICENAME_TX              = "tx";
  |   public static final String SERVICENAME_LOGGING         = "logging";
  |   public static final String SERVICENAME_MESSAGE         = "message";
  |   public static final String SERVICENAME_PERSISTENCE     = "persistence";
  |   public static final String SERVICENAME_SCHEDULER       = "scheduler";
  |   public static final String SERVICENAME_JCR             = "jcr";
  |   public static final String SERVICENAME_ADDRESSRESOLVER = "addressresolver";
There doesn't seem to be anything for an Identity Service?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088683#4088683

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088683



More information about the jboss-user mailing list