On the uninstall:
| public void undeploy(DeploymentUnit unit, BeanMetaData deployment)
| {
| controller.uninstall(deployment.getName());
| }
|
How to get to the Scoped controller that holds the actual ControllerContext?
Look in the current controller if the context is there and uninstall it, else go to child
controllers and call the uninstall on them - the one that returns non-null is the one that
unistalled the context?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018753#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...