Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6225 - Cannot define inverse to a virtual property

6225   Cannot define inverse to a virtual property

Cause

This error occurs if the schema file defines a property as being both explicitInverse and virtual. Virtual properties cannot participate in inverse relationships.

Action

Remove virtual from the property definition, or remove the inverse definition.