3.2.4.1 Note On Use of Constructors and Destructors for CORBA Objects
The state of CORBA objects must not be initialized, saved, or restored in the constructors or destructors for the servant classes. This is because the TP Framework may reuse an instance of a servant rather than deleting it at deactivation. No guarantee is made as to the timing of the creation and deletion of servant instances.
Parent topic: Saving and Restoring Object State