4 Replies Latest reply on Aug 21, 2006 1:26 PM by asack

    How do I share entity beans across scoped EARs?

    asack

      I have set of common objects that represent records in my database. I want multiple EAR applications to be able to reference them.

      Do I need to package these entity beans with each EAR?

      Right now I have one library in the deploy directory (JAR) that is accessible across EARs but I'm assuming if I stick my entity beans in the JAR the deployer won't attach these objects under the EJB container?

      Thanks!