Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6156 - This is not an explicit inverse reference

6156   This is not an explicit inverse reference

Cause

This error occurs if you attempt to define an inverse through a schema file in which one of the references is not an explicit inverse reference. This means that the explicitInverse option was not present when the reference was defined in the referenceDefinitions section of the schema file.

Action

Remove the inverse definition from the schema file, or add the explicitInverse option to the definition of the reference.