[jboss-dev-forums] [Design of POJO Server] - Re: Integrating aop-mc-int bean metadata with AS5
kabir.khan@jboss.com
do-not-reply at jboss.com
Thu Aug 7 08:04:49 EDT 2008
This is probably what Adrian said earlier in that other thread, but basically when I am putting the AspectManager into the MDR that is in the main controllers MDR. Similarly, PreInstallAction uses that repository for the context's ScopeInfo. However, in DescibeAction we use the following to obtain the repository
| KernelMetaDataRepository repository = controller.getKernel().getMetaDataRepository();
|
Beans deployed to the scoped controller get a different MDR from the main one, and there is no link between the two.
Is adding a link possible so that there is a notion of a parent MDR?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169278#4169278
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169278
More information about the jboss-dev-forums
mailing list