2 Replies Latest reply on Apr 7, 2009 7:58 AM by mwoelke

    Multiple implementations of the same business interface

    mwoelke

      Suppose a scenario where a local interface is implemented by two different session beans SLSB1 and SLSB2. SLSB2 is a subclass of SLSB1 overriding some of the methods according to customer demands. How can I configure my EAR to inject a specific implementation of the interface? Is it possible to do that without changing the bean which is injected with the instance?

      Any input is appreciated.

      Thanx in advance.