Ok. 

  |    public static Object getInstance(Class<?> clazz, ScopeType scope, 
boolean create)
  |    {
  |       return getInstance( getComponentName(clazz), scope, create );
  |    }
  | 


I can see that the static instance() call does ultimately result in retrieving 
the component by name.

Consider me educated now :)

Cheers
J


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

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

Reply via email to