Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6243 - No Application, Global or WebSession subclass defined in superschema

6243   No Application, Global or WebSession subclass defined in superschema

Cause

This error occurs if you attempt to define an application class (subclass of the Application class), global class (subclass of the Global class), or a Web session class (subclass of the WebSession class) and there is no Application, Global, or WebSession subclass defined in the superschema.

Each schema in a schema hierarchy must have an application and global class. The Web session class is optional, but if it is present, all superschemas in the schema hierarchy must also have a Web session class.

Action

Add an Application, Global, or WebSession subclass to the superschema.