Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 98897 invoked from network); 8 Jul 2008 09:26:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 09:26:32 -0000 Received: (qmail 26142 invoked by uid 500); 8 Jul 2008 09:26:32 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 25476 invoked by uid 500); 8 Jul 2008 09:26:31 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 25464 invoked by uid 99); 8 Jul 2008 09:26:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 02:26:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kmuetz@googlemail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 09:25:36 +0000 Received: by gv-out-0910.google.com with SMTP id l14so525746gvf.1 for ; Tue, 08 Jul 2008 02:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-priority:x-msmail-priority:x-mailer:in-reply-to:x-mimeole :importance; bh=H1EOb6fMjna8sUUV6g/pPJksSsOjIQp9S4XJTe3Yr74=; b=j9yQ3gp4bj+KMfaGnQEQ9ml1vcPnSH0EHAFJPLIkOjzh3L3F1b0sHsX6co2vBLD/3/ 2VqlOfM8HzAnQWK8uwv+yalrlAe20PLZ2evpY4EdKWfT9MdjMwvKmduO++0TZyTGwirH WSGhqEWLI+YOMJvpvun4OB8gmWI48LzXkaXh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :in-reply-to:x-mimeole:importance; b=blYljWIllvlL8GVjklN+6ToNl3BYfvidmg/lbWHJhwRECJiEhVPSu+zDfWHR6VQLzg oLqh5ARWiYXpN8wz1U3gsDhyrywB6fwH3HS2GZV35hlz/21Y6vWZTvjmXvFI73nuFfe0 wCTKhrcX+LFeQlhgzpPuGzG6mKRcymz/THKCc= Received: by 10.103.198.15 with SMTP id a15mr2953077muq.60.1215509157187; Tue, 08 Jul 2008 02:25:57 -0700 (PDT) Received: from costarica ( [213.23.159.166]) by mx.google.com with ESMTPS id t10sm7846466muh.17.2008.07.08.02.25.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 08 Jul 2008 02:25:55 -0700 (PDT) From: =?us-ascii?Q?Kai_Mutz?= To: Subject: RE: spring 2.5.5 and ibatis 2.3.2 Date: Tue, 8 Jul 2008 11:25:55 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <321539.44698.qm@web31306.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org nch wrote: > Well, the only reason why I didn't decide to go for 2.3.2 is that I > was confortable with 2.3.0 untill I found tomcat was not replicating > sessions (I need this for clustering). So I took a look to 2.3.1 > release notes which explicitly say "# [IBATIS-419] - LazyLoad object > is not serializable." > Is [IBATIS-419] really fixed? I have updated to 2.3.2 yesterday, enabled lazy loading and got: org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException : Unable to serialize class: com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader Field hierarchy is: [...] private java.util.List mypackage.User.roles [class=$Proxy13] protected java.lang.reflect.InvocationHandler java.lang.reflect.Proxy.h [class=com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader] <----- field that is not serializable Regards, Kai