-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b81
-
generic
-
generic
Due to bug 6314144, the CORBA tie classes for the remote objects javax.management.remote.rmi.{RMIServer,RMIConnection}Impl were generated in org.omg.stub.javax.management.remote.rmi._{RMIServer,RMIConnection}Impl_Tie instead of javax.management.remote.rmi._{RMIServer,RMIConnection}Impl_Tie as required by the OMG's "IDL to Java Language Mapping Specification". The JDK's ORB looked for these classes in the same place so everything worked. But another ORB implementation that follows the spec to the letter will not find the tie classes.
Now that rmic has been updated so it can generate the tie classes in the right package, the JMX Remote API should be updated correspondingly.
Now that rmic has been updated so it can generate the tie classes in the right package, the JMX Remote API should be updated correspondingly.
- relates to
-
JDK-6619366 javax.management.remote.rmi.RMIConnector.getConnection code relies on non-compliant behaviour of ORB
- Resolved
-
JDK-2134157 Tie classes for javax.* package namespace classes are in wrong package
- Resolved
-
JDK-6314144 Tie classes for javax.* package namespace classes are in wrong package
- Resolved