4 Replies Latest reply on May 18, 2009 9:16 PM by betounisul

    application.xml + dependency between war and EJB

      I have the following problem, I have a WAR and an EJB module, which are in a EAR. The EJB provides a messaging service (MDB) that depends on the implementation of a listener in the WAR module when JBoss is "rising."

      I need to configure the JBoss or the EAR so that the application go before the WAR EJB. Anybody know how to do this configuration, creating a dependency between the module WAR and EJB?