1 Reply Latest reply on Aug 30, 2004 9:49 AM by raja05

    JARDeployer and xml files in META-INF

    raja05

      I do have a jdom.jar thats part of my bigger EAR structure. When deploying the EAR, i get a "06:29:07,728 INFO [MainDeployer] deployment waiting for deployer: file:/home/raja/diablo/runtime/jboss/default/tmp/deploy/tmp38483test.ear-contents/test-mbean.sar-contents/lib/jdom.jar"

      On debugging the code a little, i found a section where if there are xml entries in the META-INF directory of the archive, the JARdeployer accepts would return false and my jdom.jar has a info.xml that contains the information about all the authors who wrote jdom. Why is this condition present in the JARDeployer?

      -Raja