Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 56604 invoked from network); 8 Aug 2006 14:50:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 14:50:48 -0000 Received: (qmail 83035 invoked by uid 500); 8 Aug 2006 14:50:45 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 83023 invoked by uid 500); 8 Aug 2006 14:50:45 -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 83012 invoked by uid 99); 8 Aug 2006 14:50:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 07:50:45 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of larry.meadors@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 07:50:42 -0700 Received: by wr-out-0506.google.com with SMTP id 67so90787wri for ; Tue, 08 Aug 2006 07:50:22 -0700 (PDT) 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:x-google-sender-auth; b=Vp/46L/PesRT3b93pmy2EwhC4N+lEKzsp5UBjUXdikjSyajLPaXrpQa8FTF5PACfiDxE863Sd+OgEuURU9XDV8SkT6Le4S98jzqYcfeyNkfrsirgjC9O/GVI0l2rVc+78eGAaqqFObn9c0V5nAq/vqMuzXhKidBNQ6sAYLoAJo8= Received: by 10.78.107.8 with SMTP id f8mr2799818huc; Tue, 08 Aug 2006 07:50:21 -0700 (PDT) Received: by 10.78.149.20 with HTTP; Tue, 8 Aug 2006 07:50:21 -0700 (PDT) Message-ID: Date: Tue, 8 Aug 2006 08:50:21 -0600 From: "Larry Meadors" Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: mysql and jboss support In-Reply-To: <18de98770608080718m3f0e56b6tfd1618f49c7fc1f8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18de98770608080718m3f0e56b6tfd1618f49c7fc1f8@mail.gmail.com> X-Google-Sender-Auth: ea8a3a89abc87db2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sounds like class loader issues...where are all of the relevant jars located? Larry On 8/8/06, Eric VanWieren wrote: > Has anyone been able to get iBatis to work with JBoss? > > I keep getting classNotFound errors while trying to load the > com.mysql.jdbc.Driver class. > > Thanks, > > Eric >