1 Reply Latest reply on Sep 18, 2005 7:24 PM by per.a.norman

    Multiple dependent .PAR-files in a single EJB 3.0-applicatio

    per.a.norman

      Hi

      I'd like to split my J2EE-application in several .par-files, containing EJB3-entity beans. The problem is that one par-file contains entities referencing entitites in another par-file.
      This can be done if the first par-file references the second par-file (by using the <jar-file> tag in persistence.xml). The problem here is that I have to put a copy of the referenced par-file in the JBoss\bin-directory to make it work! Otherwize the deployment failes.

      Is there a way to make one par-file reference another par-file in the same ear-file?