1 Reply Latest reply on Jun 19, 2007 12:51 PM by psyllogism

    *-ds.xml in EAR

    psyllogism

      Hi all,

      Is it possible to put your *-ds.xml in an EAR so that you can deploy your app as a single unit? I tried just sticking it at the top level of the EAR but that didn't work. Is there some file I have to configure to get this to work?

      Thanks for your help!

        • 1. Re: *-ds.xml in EAR
          psyllogism

          Through much toil and searching, the solution I found was to put the following into my EAR's application.xml file:

          <module>
           <java>
           *-ds.xml
           </java>
          </module>


          and it worked.