1 Reply Latest reply on Oct 31, 2006 12:10 PM by starksm64

    DeploymentUnit access to parent

    thomas.diesler

      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?