Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 70745 invoked from network); 28 Sep 2006 20:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 20:06:20 -0000 Received: (qmail 11934 invoked by uid 500); 28 Sep 2006 20:06:18 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 11896 invoked by uid 500); 28 Sep 2006 20:06:18 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 11885 invoked by uid 99); 28 Sep 2006 20:06:18 -0000 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 (hermes.apache.org: domain of ibatis.net@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 13:06:16 -0700 Received: by py-out-1112.google.com with SMTP id b29so792180pya for ; Thu, 28 Sep 2006 13:05:11 -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=cV7Nm5td/vIwOf5INetCQAHOniUCAAFZ4cKUPTaz+WMd4ZStI5sg5xWRO+Esmpt1y7ZIcg/iexzXMyTj6JEZ4tuiL/mNHKWVTNBYQjoudxV4ffvWrc4lCtIRN7j11Wflz34UZljAZ0c3XTyyqd67qVffdHCzIHlT/8vqIKfcNWc= Received: by 10.35.96.11 with SMTP id y11mr3789640pyl; Thu, 28 Sep 2006 13:05:11 -0700 (PDT) Received: by 10.35.111.4 with HTTP; Thu, 28 Sep 2006 13:05:10 -0700 (PDT) Message-ID: Date: Thu, 28 Sep 2006 22:05:11 +0200 From: "Gilles Bayon" To: user-cs@ibatis.apache.org Subject: Re: Auditing capabilities on top of IBatis In-Reply-To: <751F0B5E81B1D3428FA924F462497A25030738DD@FAIDHTC01SXCH01.fafiddom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <751F0B5E81B1D3428FA924F462497A25030738DD@FAIDHTC01SXCH01.fafiddom.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes, you can, here some code from Tom Nguyen presentation DomSqlMapBuilder builder = new DomSqlMapBuilder(); builder.ObjectFactory = new ProxyObjectFactory(); _map = builder.Configure(new System.IO.FileInfo(fileName)); -- Cheers, Gilles Wish List