Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 99092 invoked from network); 13 Sep 2007 14:04:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2007 14:04:35 -0000 Received: (qmail 47405 invoked by uid 500); 13 Sep 2007 14:04:25 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 47392 invoked by uid 500); 13 Sep 2007 14:04: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 47381 invoked by uid 99); 13 Sep 2007 14:04:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 07:04:24 -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 zimowski74@gmail.com designates 209.85.198.188 as permitted sender) Received: from [209.85.198.188] (HELO rv-out-0910.google.com) (209.85.198.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 14:04:22 +0000 Received: by rv-out-0910.google.com with SMTP id c27so377658rvf for ; Thu, 13 Sep 2007 07:04:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=s/Vh0SEoMTK++UIB22UIK4Ov63FYKasEZb8YmwfhqtE=; b=lY0QXc5DR/yTKnlHOT/jalKfSfQSsLWLn6YpsgGTaLWDH3ZZ12e3kVll9ogJzTYNqkgsZZl1fZ39FD3jW21AeiN0a7BhnEZeg13Hrv0nFNjHhob5IPkMTqNGQjdwmofLYNkArwce8wcTIB+FfBwLi86deAPSYpDcgDFkmOY/PcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BG0662CTM4SEnrhcAB+2XizyRCQ5K7WSG1uAAABKxykPl1PYtnyS5W9q7HurzgXfSNJjkBepxd+Z5PhBidAtaQsUfZeTcZBu1ScsviP9ML0u+sGYGcRbgfBzO/OLeYMFMdFELB4ks73p5lqJlQigpZbiwSEgLGxaYMWFRolQZSU= Received: by 10.141.175.5 with SMTP id c5mr230006rvp.1189692242241; Thu, 13 Sep 2007 07:04:02 -0700 (PDT) Received: by 10.140.140.6 with HTTP; Thu, 13 Sep 2007 07:04:02 -0700 (PDT) Message-ID: <7c6c1dd90709130704w32f8fa78padc27ef98cb9ab7@mail.gmail.com> Date: Thu, 13 Sep 2007 09:04:02 -0500 From: "Adam Zimowski" To: user-java@ibatis.apache.org Subject: Accessing settings programatically. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello, Is there an easy way to access useStatementNamespaces setting programatically, without having to parse sql-map-config.xml myself? -adam