Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3544

org.jboss.test.management.test.DeploymentDescriptorUnitTestCase fails because service modules are unavailable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • Test Suite
    • None
    • win xp

      org.jboss.test.management.test.DeploymentDescriptorUnitTestCase fails because the services jbossweb-tomcat55.sar and jboss-aop.deployer can't be registered, becasue in JB5.0 they changed their names to jbossweb-tomcat6.sar and jboss-aop-jdk50.deployer.

      FIX:
      change
      testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java
      .
      .
      .

      public void testGetSarDescriptor() throws Exception
      {
      // String moduleName = "jbossweb-tomcat55.sar";
      String moduleName = "jbossweb-tomcat6.sar";
      .
      .
      .

      public void testGetDeployerDescriptor() throws Exception
      {
      // String moduleName = "jboss-aop.deployer";
      String moduleName = "jboss-aop-jdk50.deployer";

              dandread1@redhat.com Dimitrios Andreadis
              jaroslaw.kijanowski Jaroslaw Kijanowski (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: