Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1263 - Cannot create persistent or shared transient instances of a transient class

1263   Cannot create persistent or shared transient instances of a transient class

Cause

This error occurs if an attempt is made to create a persistent or shared transient instance of a class that is defined so that transient instances only are allowed to be created.

Action

Change the lifetime options of the class or create the object as a transient.