Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6186 - No corresponding property for mapping method

6186   No corresponding property for mapping method

Cause

This error occurs if you have defined a mapping method but no property of that name could be found in the current class or any of its superclasses.

Action

Rename the mapping method (by deleting and adding it again) so that it corresponds to the name of an existing property, or add the missing property and then recompile the mapping method. Alternatively, if you did not intend the method to be a mapping method, remove the mapping option from the method signature.