Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 32928 invoked from network); 12 Oct 2009 19:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 19:22:38 -0000 Received: (qmail 44381 invoked by uid 500); 12 Oct 2009 19:22:37 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 44336 invoked by uid 500); 12 Oct 2009 19:22:36 -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 44327 invoked by uid 99); 12 Oct 2009 19:22:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 19:22:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of clinton.begin@gmail.com designates 209.85.221.172 as permitted sender) Received: from [209.85.221.172] (HELO mail-qy0-f172.google.com) (209.85.221.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 19:22:26 +0000 Received: by qyk2 with SMTP id 2so8229653qyk.21 for ; Mon, 12 Oct 2009 12:22:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=cf1s8GKfv7w6VTqv9NoXNo6uYPBqdKg1B9IoOsmcQ2I=; b=p365v1WvMpzpepEbonWgQaczlxXLlw9MWcI69vIz3I7YImKl6pqGh8Vw47F+42JOqO 5DVkpH4iYcqJdORLtTHd/smqY8LcU7FVimvDOPWOCNpynniwxTEv3bIdWephamFKF1dQ X/G8hUOBN9i93a6tG8YNJlCGDddbf1l1PXJBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ExWui2HxeH1zsuCAe30hDfZXb5vUhNoE92Ir10JP/m4Wzmvrr8/5roX7OjxvN1rwBD SEF/194HXOsPnVm/dIvkPk87hVzSXC2bxMb9XDB+5QzF7OV3xBEmM7zcNnhQI56MyQqE 1HqZuW7bflEWKkdhnJlXwPfbzFK9r94Qfvc7E= MIME-Version: 1.0 Received: by 10.224.91.134 with SMTP id n6mr5085361qam.245.1255375325240; Mon, 12 Oct 2009 12:22:05 -0700 (PDT) In-Reply-To: References: <4AD3756C.4030804@burntmail.com> Date: Mon, 12 Oct 2009 13:22:05 -0600 Message-ID: <16178eb10910121222s3e818541o9bb862c61ba8006@mail.gmail.com> Subject: Re: iBatis 3 Beta 4 new external dependencies From: Clinton Begin To: user-java@ibatis.apache.org Content-Type: multipart/alternative; boundary=00c09f88d0e7521e910475c1d89f X-Virus-Checked: Checked by ClamAV on apache.org --00c09f88d0e7521e910475c1d89f Content-Type: text/plain; charset=ISO-8859-1 Ah... yes. That's something I need to look into. Turning lazy loading off does work. I got rid of the "enhancementEnabled" flag, as the new lazy loader can only work with enhancement. Clinton On Mon, Oct 12, 2009 at 1:14 PM, Martin Ellis wrote: > On Mon, Oct 12, 2009 at 7:29 PM, Guy Rouillier > wrote: > > I switched a project under development from Beta 3 to Beta 4, and got > > several iterations of class not found exceptions. So far, I've > identified > > the following dependencies on external JARs: > > > > cglib-2.2.jar : http://cglib.sourceforge.net/ > > asm-3.2.jar : http://asm.ow2.org/ > > They're not mandatory dependencies - ibatis isn't intended to have any. > > Perhaps try this setting, which should prevent it from trying to use > cglib/asm: > > > > > Martin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > --00c09f88d0e7521e910475c1d89f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ah... yes. =A0That's something I need to look into. =A0Turning lazy loa= ding off does work. =A0I got rid of the "enhancementEnabled" flag= , as the new lazy loader can only work with enhancement.

Clinton =A0

On Mon, Oct 12, 2009 at 1:14 PM, Martin Elli= s <ellis.m.a@gm= ail.com> wrote:
On Mon, Oct 12, 2009 at 7:29 PM, Guy Rouillier <guyr-ml1@burntmail.com> wrote: > I switched a project under development from Beta 3 to Beta 4, and got<= br> > several iterations of class not found exceptions. =A0So far, I've = identified
> the following dependencies on external JARs:
>
> cglib-2.2.jar : http://cglib.sourceforge.net/
> asm-3.2.jar : http:/= /asm.ow2.org/

They're not mandatory dependencies - ibatis isn't intended to= have any.

Perhaps try this setting, which should prevent it from trying to use cglib/= asm:
=A0<settings>
=A0 =A0<setting name=3D"lazyLoadingEnabled" value=3D"fal= se"/>
=A0</settings>

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


--00c09f88d0e7521e910475c1d89f--