0 Replies Latest reply on Jan 25, 2008 12:18 AM by isecure

    Order of EJB deploying

    isecure

      Hello!

      Please, help with the following problem. I have several EJB 2.1 in one EJB module. But order of EJB deploying is relevant: one of them should start before others.
      JBOSS deploys them in order, in which they appear in ejb-jar.xml. But with XDOCLET I can't specify this order - all beans from fileset are embedded to ejb-jar in certain but wrong order.
      How solve it?

      As I know, I can put one EJB in separate EJB module and set order in application.xml. Are there other solutions, without dividing one module to several?

      Thanks.