0 Replies Latest reply on Dec 28, 2007 11:17 AM by jgilbert

    <module-order>strict</module-order> not working

    jgilbert

      I am using JBoss AS 4.2.0.GA and trying to order the deployment of my ejb modules. I have seen the postings about using the strict setting but it does not appear to work.

      Here is my jboss-app.xml. Does anyone have any ideas what I am missing?

      <jboss-app>
       <module-order>strict</module-order>
       <module>
       <service>my.sar</service>
       </module>
      </jboss-app>