2 Replies Latest reply on Jan 29, 2004 8:46 PM by vertigo

    Can EJB-jar's deployed in the same EAR see one another's cla

    jdcasey

       

      "jdcasey" wrote:
      title says it all. If I bundle a series of EJB-jar files into an EAR file and deploy the EAR file, can the EJB's see one another's classes?

      I have the following:

      EJB1:
      Bean1.class
      ...

      EJB2:
      Bean2.class
      BeanIfc2.class
      ModelObject.class

      Can Bean1 see ModelObject if EJB1 and EJB2 (jar files) are deployed together in the same EAR?

      Thanks in advance,
      -john