Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6439 - A dynamic property with the same name already exists

6439   A runtime dynamic property with the same name already exists

Cause

This error occurs if a class definition containing a non-dynamic property with the same name as a runtime dynamic property is encountered during a schema load.

Action

Change the dynamic property name or the property name in the schema file, to avoid the conflict.