1 Reply Latest reply on Dec 16, 2002 5:49 AM by juha

    EJB Server and EJB Containers

    vickyk

      Hi,
      Reffering to the ejb specification2.1 fig1(section 4.2.4) I wanted to clear if the jboss server(JVM) can have multiple EJB Container of same type?
      Also what are the features the ejb server provide and is there any restriction in adding the ejb containers?
      Regards
      Vicky

        • 1. Re: EJB Server and EJB Containers

          > Reffering to the ejb specification2.1 fig1(section 4.2.4)
          > I wanted to clear if the jboss server(JVM) can have
          > multiple EJB Container of same type?

          type as in component type (session, entity, messagedriver) - yes.

          type as in bean type (MyEntity, AnotherEntity, ThirPartyEntity) - yes