> if I did > getContext().getRegistry(); > I can not use "bind" because it is not a method of Registry (but of > JndiRegistry). >
Why don't you do getContext().getRegistry() and then cast the Registry to JndiRegistry Then you can bind to the registry used I think Bilgin
