You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Poitras Christian <Ch...@ircm.qc.ca> on 2006/07/03 17:14:44 UTC

RE: java.io.NotSerializableException: com.ibatis.db.sqlmap.LazyLoadList

As far as I know, lazy objects cannot be serialized.

Christian

-----Original Message-----
From: Neeraj Varshney [mailto:neeraj.varshney@patni.com] 
Sent: Friday, 30 June 2006 05:04
To: user-java@ibatis.apache.org
Subject: java.io.NotSerializableException:
com.ibatis.db.sqlmap.LazyLoadList


Hi,

I am using iBatis for a Struts Based Application in the Clustered
Environment running on JBoss Server version 4.0.3SP1. The Application
Also Uses JBoss Cache.

When i am trying to view one of the screens, the Action Class for the
screen uses JBoss Cache to cache some Objects.The Screen loads Fine,
without any error.But there is error Exception stack displayed in the
server logs.(See attached File).
Because of this the object is not completely serializable.

Can some one help me find out a reason and solution for the same...

Thanks
Neeraj Varshney