2 Replies Latest reply on Jan 26, 2006 11:29 PM by bill.burke

    How to avoid .ejb3 suffix

    mr_spanky

      Is there a way to deploy a EAR file with an ejb3 archive within with a specific descriptor inside instead of the .ejb3 suffix at the end of the archive? For example for the persistence archive jboss does it automatically as soon as it founds persistence.xml descriptor inside the archive.

      My goal is to have a following ear:

      foo.ear
       + foo-persistence.jar (with persistence.xml inside)
       + foo-service.jar (with something.xml inside)
       + foo-web.war
      


      How can i take influence on the deploy order in this case?

      thx.