The DeploymentUnit deprecates access to the DeploymentContext
| /**
| * Get the deployment contxt
| *
| * @return the deployment context
| */
| @Deprecated // If you are using this, then think about it.
| DeploymentContext getDeploymentContext();
|
Assuming that a DeploymentUnit has the notion of parent, what is the appropriate
methodology to get at the parent DeploymentUnit?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981977#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...