Re: Session error while loading an object

2010-07-14 Thread Robert Taylor
" To: "Struts Users Mailing List" Sent: Wednesday, July 14, 2010 5:15 AM Subject: Re: Session error while loading an object 2010/7/14 Paweł Wielgus Hi all, You get this error every time when tomcat tries to save someone's session and object of class com.cart.Customer is in it.

Re: Session error while loading an object

2010-07-14 Thread Ernesto Reinaldo Barreiro
Just the same problem: BasicDataSource is not serializable. Ernesto On Wed, Jul 14, 2010 at 11:15 AM, abhishek jain wrote: > 2010/7/14 Paweł Wielgus > >> Hi all, >> You get this error every time when tomcat tries to save someone's >> session and object of class com.cart.Customer is in it. >> Li

Re: Session error while loading an object

2010-07-14 Thread abhishek jain
2010/7/14 Paweł Wielgus > Hi all, > You get this error every time when tomcat tries to save someone's > session and object of class com.cart.Customer is in it. > Like Robert said, add Serializable to com.cart.Customer and the > problem will go away. > > Best greetings, > Paweł Wielgus. > Hi, I h

Re: Session error while loading an object

2010-07-14 Thread Paweł Wielgus
t implement Serializable interface? >> If not, try modifying Customer to implement Serializable and see if the >> error still persists. >> >> /robert >> - Original Message - From: "abhishek jain" < >> abhishek.netj...@gmail.com> >> To:

Re: Session error while loading an object

2010-07-13 Thread abhishek jain
> If not, try modifying Customer to implement Serializable and see if the > error still persists. > > /robert > - Original Message - From: "abhishek jain" < > abhishek.netj...@gmail.com> > To: "Struts Users Mailing List" > Sent: Tuesday, July

Re: Session error while loading an object

2010-07-13 Thread Robert Taylor
, July 13, 2010 4:33 AM Subject: Session error while loading an object Hi friends, I am using tomcat 5.5 , struts 1.x and i encounter the following error: I actually store the object in session and retrieve that(for a shopping cart application), pl. advice what i can do to remove this error

Session error while loading an object

2010-07-13 Thread abhishek jain
Hi friends, I am using tomcat 5.5 , struts 1.x and i encounter the following error: I actually store the object in session and retrieve that(for a shopping cart application), pl. advice what i can do to remove this error: Exception loading sessions from persistent storagejava.io.WriteAbortedExcept