Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 25903 invoked from network); 18 Sep 2006 22:56:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2006 22:56:10 -0000 Received: (qmail 18634 invoked by uid 500); 18 Sep 2006 22:56:10 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 18090 invoked by uid 500); 18 Sep 2006 22:56:09 -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 18079 invoked by uid 99); 18 Sep 2006 22:56:09 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 15:56:09 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=hycel1@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([64.233.162.199:3115] helo=nz-out-0102.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 51/50-24062-4042F054 for ; Mon, 18 Sep 2006 15:56:05 -0700 Received: by nz-out-0102.google.com with SMTP id n1so1720670nzf for ; Mon, 18 Sep 2006 15:56:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rYzO48jKv4cyDFaYY46AI0ROSJjX0svpK4cLbsZGlN98AWf1ClO0HKoLIXuW6GxMd1OCcPj6/ph51FEsYl5r8+PO6+POrKcg+d/Vsjk0pJeW4K4J7Gqby5CuzHOFfNeJ3h6gpIUD4cANqt1iDRikDtZ4Ba2v6avbfNHqh/QCCAE= Received: by 10.65.176.7 with SMTP id d7mr13520600qbp; Mon, 18 Sep 2006 15:56:01 -0700 (PDT) Received: by 10.65.158.15 with HTTP; Mon, 18 Sep 2006 15:56:01 -0700 (PDT) Message-ID: <65c8da90609181556j3ee68bc8wcfa1e7f9b08796ed@mail.gmail.com> Date: Mon, 18 Sep 2006 18:56:01 -0400 From: "Hycel Taylor" To: user-java@ibatis.apache.org Subject: Re: Unavailable DTD In-Reply-To: <65c8da90609181539l42fa1a33le6556dabd1088d41@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: <65c8da90609181517y2b2f91d6m753e885a1f2012e8@mail.gmail.com> <2f55db670609181534u42728036nf988dfa0a3ab2c9d@mail.gmail.com> <65c8da90609181539l42fa1a33le6556dabd1088d41@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We think we understand something better now. We are able to build now, because the apache web site is more stable. So, after we did the build, we disconnected from the internet and ran some unit tests. They worked, which proves that during runtime, IBatis is doing validation from the jar and not from the internet. If this is the case, I brings us to our next question. We use Velocity, during our build runs to create our dao's from the sql map xml files. What we believe may be happening, is as soon as the Dom4J parser starts to parse a sql file, the internet is accessed the retrieve the dtd to do validation. We tried taking the dtd element out, but we then get exceptions. How can we run our ant build scripts without having IBatis access the internet? Thanks for your continued help in this matter.