Bug: 12236

Impact:

Product:
GemEnterprise

Versions:
2.0, 1.1, 1.0

Platform:
All

Fixed In:

Instances of user-defined classes not mapped to local class during replication

During replication, if an instance of a user-defined class is encountered,
the user-defined subclass is generated (if enableAutomaticClassGeneration
is set to true) or the error #rtErrClassDefNoClassForRemoteOop is raised.
No attempt is made to map a local class, even if it has the same name.

Workaround:

Define a replication specification in the remote object space that maps
the local class to the remote class name.