It may be Eclipse problem. Send this message also in Eclipse mailing lists.
Why do you use 3.0.0. Now already 3.2.0 is released. It works great! Try it! Do you use clustered Tomcat? For normal cases Tomcat's session manager doesn't serialize its content, it happens only when Tomcat is clustered and it have to serialize the data to send to other servers in cluster. If your Tomcat is clustered, the only solution I can suggest is to copy data from PaginatedList to one of the standard List implementations. Best, Aram ________________________________ Aram Mkhitaryan Developer Lycos Armenia CJSC 9 Alex Manukyan str, Yerevan 375070, Armenia Tel: +374 10 512411 Mobile: +374 91 518456 E-mail: [EMAIL PROTECTED] Web: www.lycos-europe.com -----Original Message----- From: Ramon Misho [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 8:58 PM To: user-java@ibatis.apache.org Subject: Cannot serialize session attribute Hello iBatis people: I am using Eclipse Version: 3.0.0 and Tomcat 5.0.19. I edit a java file (in the Eclipse), and click on the 'Save' button. The 'Reloading" starts as expected. However, very often (but not all the time), I get the following error messages although they have no impact on the compiling process. Cannot serialize session attribute myfileBean for session <some_id_with_letters_and_number> ..................etc The 'myfileBean' is the name of one of my JAVA files. The strange thing is that when this error is generated, I am usually working with another JAVA file. Any ideas? Thanks. Ramon