CWOBJ3007E

EM_LATE_REGISTRATION_CWOBJ3007E=CWOBJ3007E: Unable to register new entity {0} after ObjectGrid initialization was completed.

Explanation

New, non-subset entities must be defined before ObjectGrid initialization.

User response

Entities can be registered programmatically when using a local, in-memory ObjectGrid. All entity classes must be registered with the ObjectGrid using the registerEntities method before calling the initialize or getSession method.