SV: Error deserializing session

2001-04-09 Thread Magnus Rydin
Title: SV: Error deserializing session Sounds like you have stuff in your session that can't be serialized. Was it during restart or session timeout? WR -Ursprungligt meddelande- Fran: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Skickat: den 8 april 2001 05:26 Till: Orion-Interest

Re: SV: Error deserializing session

2001-04-09 Thread Dan North
For a stateful session bean, you need to ensure that anything to be serialized is Serializable (ie. implements java.io.Serializable), or is a primitive type. If there is stuff you don't want/need to be serialized you should explicitly declare it transient, and set the appropriate values in a