1 Reply Latest reply on Dec 2, 2005 10:44 AM by darranl

    How to bind objects to the global JNDI namespace

    bobo1025

      I have a couple objects that I would like to be accessible from remote clients through JNDI lookup. But it seems like everytime I bind the objects, they are binded to the local namespace. From the client, I get the NameNotFoundException when I try to lookup the objects.

      Can someone please give me some pointers?