1 Reply Latest reply on Nov 4, 2005 5:38 AM by epbernard

    packaging and relationships between .ejb3 archives

    danielm26

      Hello,

      I'm developing many ejb persistent classes which are packaged into difference .ejb3 files, like webuser.ejb3, logging.ejb etc.

      Question :

      Is it possible to define relationships between ejb's that are located in different archives ? When JBoss loads the .ejb3 archives it says it cannot find the ejb classes that are related in the .ejb3 archives. Changing the order of loading the archives in the application.xml does not make a difference.

      Thanks !