Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6292 - Incompatible lifetime option - check superclass lifetime restrictions

6292   Incompatible lifetime option - check superclass lifetime restrictions

Cause

This error occurs if the lifetime you have specified in a class definition is not compatible with the lifetime options of its superclass. For example, a class cannot specify the persistentAllowed option if its superclass does not have the subclassPersistentAllowed option set.

Action

Correct the class definition so that the lifetimes are compatible.