2 Replies Latest reply on Oct 18, 2008 12:39 AM by tade256

    How can I deploy several .jars in an ear.

    hdmonty

      Hi,

      I collected my application in an ear-file.
      This ear-file contains many jar-files.
      Each jar-file conains one or more EJB's.
      Some of this EJB's depends on EJB's from other jar-files.
      I register all modules(jar-files) in the application.xml.

      And here comes my problem:
      I don't have control of the order of deployment. I've tried the <module-order>strict</module-order> in the jboss-app.xml. But it does not work.

      Can anybody help me?

      (I use the jboss-app 4.2.1)