[jboss-dev-forums] [Design of POJO Server] - Re: Integrating aop-mc-int bean metadata with AS5
alesj
do-not-reply at jboss.com
Wed Aug 13 08:06:18 EDT 2008
"kabir.khan at 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#4170309
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170309
More information about the jboss-dev-forums
mailing list