0 Replies Latest reply on Aug 11, 2005 7:21 PM by chwang

    jdom.jar issue

      Hi Folks,

      I am buidling an ear file in my applcaion
      my ear file struture is like this:

      /lib/jdom.jar
      /lib/*.jar

      /META-INF/applcaion.xml
      /META-INF/jboss-app.xml

      /dataobjects.har
      /myapp.war

      my applcaion.xml look like this:

      <!-- XML DOM -->


      lib/jdom.jar


      <!-- Jess expert system shell
      -->

      lib/jess.jar


      <!--
      -->

      lib/legacy-2.1.x.jar


      When I staretd jboss,

      The follwoing error comes out.

      ----------------------------------------
      15:47:54,408 INFO [STDOUT] Using Reporting Cache Manager Version: 1.0
      15:47:54,533 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.1/
      server/default/deploy/pdsstudio.ear
      15:47:54,533 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@8d3d586 { url=file:/D:/jboss-4.0.1/server/de
      fault/tmp/deploy/tmp22598pdsstudio.ear-contents/lib/jdom.jar }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/D:/jboss-4.0.1/server/default/tmp/deploy/tmp22598pdsstudio.ear-co
      ntents/lib/jdom.jar
      altDD: null
      lastDeployed: 1123796868267
      lastModified: 1123796864361
      mbeans:

      ----------------

      Could you tell me how to fix it? if I comment out this jdom.jar module in application.xml file, it is all right.

      Thank you very much

      chwang