"kabir.khan(a)jboss.com" wrote :
| Modifying the code I copied from BeanMetaDataDeployer to
|
| | KernelControllerContext context = new
AbstractKernelControllerContext(null, deployment, null);
| | //Make sure that the metadata from the deployment gets put into the
context
| | ScopeInfo scopeInfo = context.getScopeInfo();
| | if (scopeInfo != null)
| | {
| | mergeScopes(scopeInfo.getScope(), unit.getScope());
| | //mergeScopes(scopeInfo.getMutableScope(), unit.getMutableScope());
| | }
| |
| | try
| | {
| | controller.install(context);
| | }
| |
|
This is old code.
Adrian fixed this in JBMICROCONT-330.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170309#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...