WebSphere Extended Deployment messages
Operating Systems: All supported


CWOBJ0033I

CLASS_NOT_IMPLEMENT_CLONE_CWOBJ0033=CWOBJ0033I: Class, {0}, does not implement the clone() method. Using serialization instead for this Class in map {1}

Explanation

If using the default the default ObjectTransformer and the object type does not implement the clone() method, the objectgrid is serialized and deserialized to create a copy of the object.

User response

If using a copy mode such as COPY_ON_READ or COPY_ON_READ_AND_COMMIT and your performance is slow, consider adding a clone() method to your object type or provide in a custom ObjectTransformer implementation for your object type.

Terms of Use | Feedback