Re: Cannot serialize session attribute ...

2009-03-22 Thread Kengkaj Sathianpantarit
-Original Message- From: charlie bird [mailto:zebthe...@yahoo.co.uk] Sent: Friday, March 20, 2009 7:46 AM To: user-java@ibatis.apache.org Subject: Re: Cannot serialize session attribute ... Alternatively you could disable session serialization completely by adding the following line to your

RE: Cannot serialize session attribute ...

2009-03-20 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
What does that mean, set reference to it transient? -Original Message- From: Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] Sent: Thursday, March 19, 2009 3:30 PM To: user-java@ibatis.apache.org Subject: Re: Cannot serialize session attribute ... My first thought is that maybe

Re: Cannot serialize session attribute ...

2009-03-20 Thread charlie bird
wrote: From: Kengkaj Sathianpantarit kengka...@gmail.com Subject: Re: Cannot serialize session attribute ... To: user-java@ibatis.apache.org Date: Friday, 20 March, 2009, 11:18 AM Mark transient in declaration - transient StandardDaoManager standardDaoManager; Kengkaj On Fri, Mar 20, 2009

RE: Cannot serialize session attribute ...

2009-03-20 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
! Jonathan -Original Message- From: charlie bird [mailto:zebthe...@yahoo.co.uk] Sent: Friday, March 20, 2009 7:46 AM To: user-java@ibatis.apache.org Subject: Re: Cannot serialize session attribute ... Alternatively you could disable session serialization completely by adding the following line

Re: Cannot serialize session attribute ...

2009-03-20 Thread Kengkaj Sathianpantarit
- From: Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] Sent: Thursday, March 19, 2009 3:30 PM To: user-java@ibatis.apache.org Subject: Re: Cannot serialize session attribute ... My first thought is that maybe StandardDaoManager can not be serializable as it deals with database connections

Re: Cannot serialize session attribute ...

2009-03-20 Thread Nicholoz Koka Kiknadze
] Sent: Friday, March 20, 2009 7:46 AM To: user-java@ibatis.apache.org Subject: Re: Cannot serialize session attribute ... Alternatively you could disable session serialization completely by adding the following line to your tomcat application xml: Manager pathname=/ Only if you're

RE: Cannot serialize session attribute

2006-08-24 Thread Mkhitaryan, Aram
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

Re: Cannot serialize session attribute

2006-08-23 Thread Gareth Moorst
Hi Ramon,I'd suggest you ask this question on the Eclipse mailing lists.Just once should do it ;)Gareth.- Original Message From: Ramon Misho [EMAIL PROTECTED]To: user-java@ibatis.apache.orgSent: Wednesday, 23 August, 2006 4:58:00 PMSubject: Cannot serialize session attributeHello iBatis

Re: Cannot serialize session attribute

2006-08-23 Thread Socheat KHAUV
Did your class implement to the serialiable interface as well ?and did you generate the serialID ?- Original Message From: Ramon Misho [EMAIL PROTECTED]To: user-java@ibatis.apache.orgSent: Wednesday, August 23, 2006 10:40:04 PMSubject: Cannot serialize session attributeHello iBatis