-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
None
-
kestrel
-
sparc
-
solaris_2.6
-
Verified
If you pass a Reference containing an iiop URL to getObjectInstance(),
this fails because the JNDI/COS naming's URL context factory only
allows the URL to point to a context. When you pass in a URL that
points to a nonContext, you get a ClassCastException.
There is no reason for the restriction. getObjectInstance() should
just return the object named by the URL.
this fails because the JNDI/COS naming's URL context factory only
allows the URL to point to a context. When you pass in a URL that
points to a nonContext, you get a ClassCastException.
There is no reason for the restriction. getObjectInstance() should
just return the object named by the URL.