I have a class that implements Serializable. This class is put in a web app deployed under TC. when the webapp is accessed via a browser, an instance of this class is placed in the web session by the webapp.
If an active session contains an instance of this class and if TC is restarted, when webapp tries to create an instance of this class, TC throws a ClassNotFoundException for this class. Everything works fine if the webapp cleans the session i.e. by calling session.invalidate(). What is happening here? Does TC persist the session? Using TC 5.0.25, Win XP. Thanks Keshav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
