Programming WebLogic RMI over IIOP
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The following sections provide the official specifications for CORBA support for this release of WebLogic Server:
In general, this release of WebLogic Server adheres to the OMG specifications required by J2EE 1.4. For this release, the WebLogic ORB is compliant with following specification references:
Note: If the above links do not take you to the referenced specification, the OMG may have changed the URL. You can search the Object Management Group website for the correct specification.
Not all of the above specifications are implemented in the WebLogic ORB in this release. The following section provides a precise list of the supported specifications by chapter or section:
TypeCode
APIs.
For this release, the WebLogic ORB is compliant with the following tools:
idlj
) is compliant with following specification references:rmic
) complies with:
java.util.Calendar
class is not interoperable between J2SE 1.3.x and WebLogic Server 8.1 when using RMI-IIOP. OMG issue 3151 may provide a solution for this issue but it is more likely that the solution will be implemented in a later release of the Java platform.java.util.Calendar
class writes a ZoneInfo
object in its writeObject
method and calls a readObject
to read the object. When the J2SE 1.4 java.util.Calendar
class is serialized, it expects that if it is talking to an older J2SE version, the ZoneInfo
object should not be present. In this situation, the stream will throw an EOFException
exception and keep the stream position intact.
![]() |
![]() |
![]() |