I have attempted to add the correct manager to the metadata for the deployment in my
deployer
| unit.getMutableMetaData().addMetaData(scopedManager, AspectManager.class);
|
This gets added to a MemoryMetaDataLoader with
|
ScopeKey=[APPLICATION=vfszip:/Users/kabir/sourcecontrol/jboss-head/testsuite/output/lib/aop-scopeddependency-scoped.sar]
|
However, the bean's MetaData does not contain that, it only contains
MetaDataRetrievals for the following levels:
| WORK=10814978]
|
[INSTANCE=ScopedManager_6_vfszip:/Users/kabir/sourcecontrol/jboss-head/testsuite/output/lib/aop-scopeddependency-scoped.sar]
| [CLASS=class org.jboss.test.aop.scopeddependency.ScopedTester]
| [JVM=THIS]
|
Is this a bug, or have I completely misunderstood?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168518#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...