0 Replies Latest reply on Feb 15, 2005 2:39 AM by pnnp

    Accesing EJB's by different client

    pnnp

      is it possible to bind the StatefulSessionBean remote interface reference by one client so that the other client makes a look for the same reference??

      i.e client c1 performs some business on EJB and binds the EJB reference to weblogic context.
      c2 would like to have the same reference, by looking up in the weblogic context????

      c1 and c2 are 2 different war applications