Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6343 - Cannot specify clientExecution or serverExecution on primitive methods

6343   Cannot specify clientExecution or serverExecution on primitive methods

Cause

This error occurs when the signature of a method on a primitive type specifies clientExecution or serverExecution. Methods on primitive types are always executed in the node of the calling method.

Action

Change the signature of the method to remove clientExecution and serverExecution and recompile the method.