Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6241 - JadeSchema cannot reimplement a userHook method

6241   JadeSchema cannot reimplement a userHook method

Cause

This error occurs if a JADE schema method is reimplementing a user hook method.

Only non-JADE schema methods can reimplement user hook methods.

Action

Remove the method definition, or remove the userHook option from the RootSchema method that is being reimplemented.