2 Replies Latest reply on Sep 24, 2007 8:38 AM by steventowler

    Does the alt-dd Descriptor actually work in JBoss

    steventowler

      Hi All,

      I have been playing around with my deployment descriptors recently in an attempt to simply the dependancies between projects and their installation process. In particular making use of an alternate deployment descriptor in my application.xml.

      The alternate descriptor works if I deploy the EAR into an Oracle Applicaiton Server instance but nothing I do can make JBoss actually use the descriptor. It always uses the settings in the default ejb-jar.xml

      The alt-dd setup is below and the descriptor was in the root of the EAR.

      <module>
       <ejb>XXXEJB.jar</ejb>
       <alt-dd>alt-XXXEJB.xml</alt-dd>
       </module>
      


      Am i doing somehting wong, or missing somthing?