Taking a closer look shows that we can use the KernelController to lookup the bean
container:
| KernelController houston = KernelLocator.getKernel().getController();
| if (houston.getInstalledContext( objectName.getCanonicalName() ) == null)
| throw new WebServiceException("Cannot find service endpoint target:
" + objectName);
|
This leaves us with a lookup by ObjectName, in which I don't see a problem. The MC API
could be considered stable I think.
- Any objections regarding the use of SessionContainer.localInvoke(...)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...