Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 89712 invoked from network); 18 Nov 2009 10:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 10:51:20 -0000 Received: (qmail 24485 invoked by uid 500); 18 Nov 2009 10:51:19 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 24437 invoked by uid 500); 18 Nov 2009 10:51:19 -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 24429 invoked by uid 99); 18 Nov 2009 10:51:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 10:51:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.39.88] (HELO web51111.mail.re2.yahoo.com) (206.190.39.88) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 18 Nov 2009 10:51:17 +0000 Received: (qmail 60521 invoked by uid 60001); 18 Nov 2009 10:50:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258541455; bh=+QthIk0JnFqQJmP66OaJkoBLIFSp8rLEHdzDcftbjyA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Mr55foIyoaLrn1y2PlwHNcGZfE/ipT7e+px+OIDZnyK/JkPEggPHjm8MAxly4YEQezXWVOrt+A93VsRPkpTEM+r0m7eGjPhyX/bmyX7McZ1iFZLndUBQGsEo2U6Gji4YkXKi5GFVQAsec0EchwzFka8H/sWLkJAWO4qeubia05Q= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=UbHTR/s/dDqcIpygPe4qfugwr8Qbp+iBjE83lguHYpQ5lWqilo+Uw9S+xlb1tpES9VEltFqgInKEiUKDQIHJZPA2aPHLINoFRhXmzHVSrtwvq4qRmRp4ZwWt4hgXOvfmVXNL8B81oGh9CCRjTvSflydGzcukwOAmhE41Hbl5vGg=; Message-ID: <585387.59337.qm@web51111.mail.re2.yahoo.com> X-YMail-OSG: h7TfgYAVM1kx.A63MrgFdmeYHVfOWNouaLMJKANW9z0ixAJszDhu3VKDLYGhI9ORhibiHYlbsL1e1.SxT7s.QeyR8mRiJIo0M8EhNAmipZe219iYIex3BiOnrElDtkfmFyehCeUjrm2Pf4GOZ8vD.1RtrfQs2DCkId1nX1oCPraQKdLiP9eMRtWOUroLwcawOtCFNZR4hNE8jVqUDj.NsisNXuzroOHBBeXbrkbKpf8Gmi5kN1R6l_FQSAU0CcTbfltNkawgD96AKcR1Q0H1fMBH_YepjVUhRySmX2mDibvnpRrcvKZ33aX7T8865wBflxXRbulNxpAni6jKy2u1OuNcP5474Ha1ai8SxR7.KoILpUTJNS0gjrRgj2pcR97A.z4LOzMS2sWpJmK4uwrqZMkyALINa4645Qi.KML1bRsXE_SR1tkgzWmAOAuYL_E1O95DgBGW18Fhaq.4Ap8LuIOze81aTVkqY1vsDn_dSPjMHu2OmWVUVZrkvr_Ke.s- Received: from [203.130.201.196] by web51111.mail.re2.yahoo.com via HTTP; Wed, 18 Nov 2009 02:50:55 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.8.100.260964 Date: Wed, 18 Nov 2009 02:50:55 -0800 (PST) From: djeq Subject: ibator plugin in eclipse To: user-java@ibatis.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi i'm newbie in ibatis. just start my firs project using ibatis and ibator with Eclipse. My target is to create model and sqlmap using ibator with field name in "lowercase" (ex. column user_id in table will be generate model with field user_id not USER_ID or userId). 1. i've try columnRenamingRule but i can't find the right replaceString to generate lowercase field. 2. i create a plugin and try it in my ibatorConfig.xml, but i get "Unexpected error while running Ibator. Cannot instantiate object of type com.ibator.plugin.LowerCaseColl" anybody can help? this is my ibatorConfig.xml
--------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org For additional commands, e-mail: user-java-help@ibatis.apache.org