[Resin-interest] non-serializable type errors in logs for Resin 4

2011-09-23 Thread Alan Wright
Hi

We are in the process of migrating from Resin 2 to Resin 4.0.22

We are seeing errors like the following in the logs:

SessionImpl[aaauOtLVNFKQddEwiHvkt,] attribute 'cadb' value is 
non-serializable type 'com.athene.jaffa.beans.BusinessDocSettingsBean'

What is the change in Resin 4 that causes this where it was not an issue 
under Resin 2?

Do we need all our beans to implement the Serializable interface for 
Resin 4?


Thanks

Alan




-- 


Alan Wright
Athene Systems

tel 0845 230 9803


Athene Systems Limited
Registered Office:
Shieling House
Invincible Road
Farnborough
GU14 7QU

Registered in England and Wales No. 3156080



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] non-serializable type errors in logs for Resin 4

2011-09-23 Thread Chris Pratt
Basically everything that is put into the session must be Serializable is
you have the distributable/ element in web.xml.  If you don't have that
setting then it shouldn't  be required.
  (*Chris*)
On Sep 23, 2011 4:00 AM, Alan Wright alan.wri...@athenesystems.com
wrote:
 Hi

 We are in the process of migrating from Resin 2 to Resin 4.0.22

 We are seeing errors like the following in the logs:

 SessionImpl[aaauOtLVNFKQddEwiHvkt,] attribute 'cadb' value is
 non-serializable type 'com.athene.jaffa.beans.BusinessDocSettingsBean'

 What is the change in Resin 4 that causes this where it was not an issue
 under Resin 2?

 Do we need all our beans to implement the Serializable interface for
 Resin 4?


 Thanks

 Alan




 --


 Alan Wright
 Athene Systems

 tel 0845 230 9803


 Athene Systems Limited
 Registered Office:
 Shieling House
 Invincible Road
 Farnborough
 GU14 7QU

 Registered in England and Wales No. 3156080



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest