1 Reply Latest reply on Jan 12, 2004 2:38 AM by roberto

    Resolve local JNDI Name

      How can i resolve a local JNDI Name ?
      i try to explain it better.
      I have a ejb registered with a local name "ejb/MyEjb" with a JNDI "com.pkg.MyEjb".
      So if i invoke the lookup method on InitialContext Object i retrieve my object.
      But how can i get then JNDI Name from a given local name ?
      i wanna obtain "com.pkg.MyEjb" having "ejb/MyEjb".

      Is't possible ? there is a standard way or JBoss specific api ?
      Thank You,