5 Replies Latest reply on Dec 28, 2005 12:54 PM by hasijutu

    Multiple Session Bean Instances

    hasijutu

      How can I run multiple instances of a stateless EJB 3.0 session bean?
      The implementation may vary (different versions, EntityManagers etc).

      The idea is to find out, how to implement a full range J2EE system (web tier,
      ejb3 tier, db) so that each installation may have different version and use
      different database.

      Can I explicitly define a JNDI name for a stateless EJB 3.0 session bean? I
      think that it would resolve the issue.