Description
We call NamingManager.getObjectInstance(object, name, context, env) to resolve non-SimpleReferences. Currently we're calling it with null for name and context.
Sun javadoc is incomprehensible but clearly indicates that name and context are optional. IBM javadoc clearly indicates that name is not optional. We found someone who wants the name and possibly the context.... guess we'd better supply them. Not sure about env, leaving it empty for now.