Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 89161 invoked from network); 29 Jan 2006 04:09:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jan 2006 04:09:38 -0000 Received: (qmail 6718 invoked by uid 500); 29 Jan 2006 04:09:25 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 6678 invoked by uid 500); 29 Jan 2006 04:09:25 -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 6630 invoked by uid 99); 29 Jan 2006 04:09:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2006 20:09:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of larry.meadors@gmail.com designates 66.249.82.206 as permitted sender) Received: from [66.249.82.206] (HELO xproxy.gmail.com) (66.249.82.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2006 20:09:23 -0800 Received: by xproxy.gmail.com with SMTP id s19so531475wxc for ; Sat, 28 Jan 2006 20:09:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dnCf+YBb1FnWFf2VWrkl0pjwnPqmnL0WXJTgp61szg7IzkHMjsRdtT5PgJPUb14zYTqXDApzqh4NAYdd6MZsKPPm0WpuWD5WCgeWxjcxL43FM07BZYOaKSU6uxhjFuT8VWfutip5Ozl5K8Eosh0eB/IPODKqYsfOHHIKLWZYs8g= Received: by 10.70.61.3 with SMTP id j3mr5089167wxa; Sat, 28 Jan 2006 20:09:02 -0800 (PST) Received: by 10.70.75.18 with HTTP; Sat, 28 Jan 2006 20:09:02 -0800 (PST) Message-ID: Date: Sat, 28 Jan 2006 21:09:02 -0700 From: Larry Meadors Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: LazyResultLoader Exception In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Disable lazy loading - it is in your sqlmapconfig.xml. Larry On 1/28/06, Warren Bell wrote: > Every other time I restart Tomcat I get the following exception: > > java.io.NotSerializableException: > com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader > ... > > What do I need to do to prevent this. > > Thanks, > > Warren Bell > >