No replication of contents of class variables and class instance variables for classes created via GemEnterprise
When classes are created, both implicitly and explicitly, via
GemEnterprise, they have the same structure as classes at the primary
site. However, no replication or synchronization of the contents of
class variables and class instance variables is done.
Workaround:
Create named objects that reference the class variables and the class
instance variables. Replicate the named objects and then reference
their contents from their corresponding classes.