Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6273 - Cannot change class to abstract

6273   Cannot change class to abstract

Cause

This error occurs if the schema file attempts to change a class from real to abstract and the change is not valid. This can be for one of the following reasons.

Action

Refer to your JADE messages (jommsg.log) log file for more details about this error.

Remove any persistent instances before changing the class to abstract.

For collection classes referenced by exclusive properties, change the type of the collection to real. Alternatively, make the reference to the abstract collection a shared reference rather than an exclusive reference.