I'm quite done with scoping, but I have encountered a few problems:
1) When a bean that represents the classloader for other beans is deployed in some scope,
other dependent beans (from same scope) are unable to find him - since they are not
described yet == no scope knowlegde.
2) If I deploy bean with the same name and the same class in 2 different scopes,
KernelControllerContext scope lacks some differentiation between different context
instances - fullScope with INSTANCE and CLASS is the same for both context instances. I
currently added context's hash under WORK level, to be able to test this.
3) While testing, how to get the actual bean / context from bootstrapping kernel /
controller, since the real bean / context is present in some scoped child controller.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019809#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...