0 Replies Latest reply on Feb 1, 2002 4:33 PM by ejain

    ejb-ref vs. local-jndi-name

    ejain

      Is there a difference in the speed of obtaining a local bean either with an ejb-ref entry and context.lookup("java:/comp/env/ejb/x") or with a local-jndi-name entry and context.lookup("x")?