3 Replies Latest reply on Aug 20, 2013 5:54 AM by als

    how to invoke a local ejb interface in eap 6.1?

    als

      I did it in 7.1.3 when no jndi properties were in initialcontext at all.

       

      ...InitialContext t=new InitialContext();....

       

      in eap 6.1 it doesnt work and the invocation not happening

      What is the right way to invoke?