0 Replies Latest reply on Nov 21, 2017 7:29 AM by anand.babu1

    Migrate Jboss 5.0 Apps (using DeploymentInfo and SubDeployerExt classes) to wildfly 11

    anand.babu1

      Hi,

       

      We are using a custom made deployer using Jboss-service.xml (JMX) which uses the following classes in Jboss 5.0 AS libraries

       

      import org.jboss.deployment.DeploymentException;

      import org.jboss.deployment.DeploymentInfo;

      import org.jboss.deployment.SubDeployerExt;

      import org.jboss.deployment.SubDeployerSupport;

      import org.jboss.mx.util.MBeanServerLocator;

      import org.jboss.mx.util.MBeanProxyExt;

       

      Looks like these libraries are not present in wildfly versions. So, we are unable to deploy these JMX applications properly in wildfly 11.

       

      What is the migration road-plan for these deployments (using SubDeployer and DeploymentInfo) ?

      What libraries should i use in wildfly to replace these classes?

       

      Thanks and Regards,

      Sashi