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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to