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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...