Re: Changed Maven Artifact ID and location for iBATIS 3

2010-03-29 Thread Jeff Butler
this would be OK with me - what do you think? Jeff Butler On Sun, Mar 28, 2010 at 7:12 PM, Clinton Begin clinton.be...@gmail.com wrote: PS:  This also retires the old build number system... which I will miss, but in the spirit of being more consistent with Maven, I think the benefits outweigh

Re: Maven Releasing Questions

2010-02-26 Thread Jeff Butler
, Feb 19, 2010 at 8:47 AM, Jeff Butler jeffgbut...@gmail.com wrote: Could someone (Nathan?) answer a couple of questions for me regarding the release process vis-a-vis maven: 1. Do you edit the POM to change the SNAPSHOT version to a real version, rebuild, and then change the POM back

Maven Releasing Questions

2010-02-19 Thread Jeff Butler
the files to Apache/Ibiblio? If not, how do you get the files published? 3. The POM in the online repository doesn't match the POM in SVN at all. Is there some manual process or other magic for changing this? Thanks! Jeff Butler

Re: IBatis2.3.4 throws : java.sql.SQLException: Invalid column type when property is not set in POJO while inserting data.

2010-02-02 Thread Jeff Butler
markers to question marks. Jeff Butler On Tue, Feb 2, 2010 at 2:03 AM, rajnishp hi_rajn...@yahoo.com wrote: Thanks Clinton, Larry FYI my SqlMAp for insert is like insert id=insertAllocationInstruction parameterClass=com.sungard.cliq.dto.AllocationDTO                selectKey resultClass=int

[jira] Commented: (IBATIS-614) iterate tag does not function as specified in the Developer guide

2009-07-24 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735187#action_12735187 ] Jeff Butler commented on IBATIS-614: This is a known issue. See here for details

Re: How to set Prefetch size on the resultSet level in IBATIS

2009-07-05 Thread Jeff Butler
this call after the result set is generated - don't know if there are any other implications? Jeff Butler On Sat, Jul 4, 2009 at 11:27 PM, Ron Grabowski rongrabow...@yahoo.comwrote: Would it be so bad to just add a fetchSize attribute to statement /? In .NET land I added a preserveWhitespace

Re: How to set Prefetch size on the resultSet level in IBATIS

2009-07-03 Thread Jeff Butler
What version of iBATIS are you using? With versions 2.2.0 and later, iBATIS will set the fetchSize on stored procedure calls - and that should translate to the result set (according to the JDBC spec). iBATIS does not support setting the fetchSize directly on a result set. Jeff Butler On Thu

Re: How to set Prefetch size on the resultSet level in IBATIS

2009-07-03 Thread Jeff Butler
! Jeff Butler On Fri, Jul 3, 2009 at 9:20 AM, Raghavendran Chellappa raghavendr...@virtusa.com wrote: Jeff, Many thanks for your reply. We are using iBATIS 2.3.0. fetchSize set on StoredProcedure gets set on the CallableStatement. But unfortunately does not get percolate

[jira] Closed: (IBATIS-605) add INFORMIX special predefined value for ibator's generatedKey tag

2009-06-16 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-605. -- Resolution: Fixed Fixed in SVN. Thanks! add INFORMIX special predefined value for ibator's

[jira] Closed: (IBATIS-607) iBator throws an NPE when there is no daoGenerator specified

2009-06-15 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-607. -- Resolution: Fixed This has been fixed in SVN for some time. iBator throws an NPE when

Re: [iBATIS3] parameterMap Removed (please)?

2009-06-03 Thread Jeff Butler
You can do this with inline parameter maps now in iBATIS2: #someParam,jdbcType=VARCHAR,mode=IN# The advanced inline parameter syntax has every option available in a declared parameter map. Jeff Butler On Wed, Jun 3, 2009 at 4:12 AM, Rob Sonke r...@tigrou.nl wrote: We're using them

Re: [iBATIS3] SQL Parsing Question

2009-06-02 Thread Jeff Butler
= #{myProperty}. This would work too as long as the runtime string replacement runs before looking for prepared statement parameters. Jeff Butler On Tue, Jun 2, 2009 at 4:20 PM, Clinton Begin clinton.be...@gmail.comwrote: That was a challenge i had... Unfortunately, it will be parsed at statement

[jira] Closed: (IBATIS-601) Ibator - generatedKey: attribute type is not checked when attribute sqlStatement has a value

2009-05-13 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-601. -- Resolution: Fixed Fixed in SVN. Another nice catch. Thanks! Ibator - generatedKey: attribute type

Re: Ibator - InvalidConfigurationException does not print errors

2009-05-11 Thread Jeff Butler
This is a good catch! I'd like to fix it a different way to keep consistency with the Ant and Eclipse client implementations. Thanks for the heads up! Jeff Butler On Mon, May 11, 2009 at 3:19 PM, Karel Rank karel.r...@gmail.com wrote: Hi, I tried Ibator, but I had configuration problem

[jira] Commented: (IBATIS-592) Extendable Ibator SqlMapGenerator 1.2.x

2009-04-09 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697682#action_12697682 ] Jeff Butler commented on IBATIS-592: You are correct of course. I didn't think about

[jira] Commented: (IBATIS-592) Extendable Ibator SqlMapGenerator 1.2.x

2009-04-08 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697372#action_12697372 ] Jeff Butler commented on IBATIS-592: It seems to me that runtimeTableName might do what

[jira] Commented: (IBATIS-592) Extendable Ibator SqlMapGenerator 1.2.x

2009-04-08 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697377#action_12697377 ] Jeff Butler commented on IBATIS-592: Pardon me - I meant runtimeSchema in the last

[jira] Commented: (IBATIS-586) Allow custom properties for columns

2009-03-10 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680494#action_12680494 ] Jeff Butler commented on IBATIS-586: I don't care for that approach. If we really need

[jira] Commented: (IBATIS-586) Allow custom properties for columns

2009-03-09 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680365#action_12680365 ] Jeff Butler commented on IBATIS-586: 1. Ahhh - I get it. 2. The string could be prop1

[jira] Closed: (IBATIS-579) Ibator generates invalid sql select statement for columns with spaces in name

2009-02-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-579. -- Resolution: Fixed Fixed in SVN. Good catch - thanks! Ibator generates invalid sql select statement

[jira] Closed: (IBATIS-577) Ibator: Define column list as 'sql' fragment for better reusability.

2009-02-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-577. -- Resolution: Fixed Fixed in SVN. Thanks for the idea! Ibator: Define column list as 'sql' fragment

[jira] Closed: (IBATIS-571) Ibator generated sqlmap file should add quotes to the sql keyword,like date

2009-01-01 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-571. -- Resolution: Fixed I added support to Ibator to allow for auto-delimiting of recognized SQL keywords

[jira] Closed: (IBATIS-569) Simulate mode for Ibator Plugins

2008-12-30 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-569. -- Resolution: Fixed I'm glad it worked for you! I'll mark it as fixed. Simulate mode for Ibator

[jira] Commented: (IBATIS-569) Simulate mode for Ibator Plugins

2008-12-28 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12659482#action_12659482 ] Jeff Butler commented on IBATIS-569: I just checked in changes for this to SVN

[jira] Commented: (IBATIS-569) Simulate mode for Ibator Plugins

2008-12-25 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12659221#action_12659221 ] Jeff Butler commented on IBATIS-569: The initialized method currently has

[jira] Commented: (IBATIS-569) Simulate mode for Ibator Plugins

2008-12-22 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658576#action_12658576 ] Jeff Butler commented on IBATIS-569: Hi Dan, There are a couple of new things

[ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-22 Thread Jeff Butler
Happy Holidays Everyone! Jeff Butler

[jira] Closed: (IBATIS-565) XML generated by SqlMapConfigPlugin invalid

2008-12-16 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-565. -- Resolution: Fixed In SVN. Thanks for the catch! XML generated by SqlMapConfigPlugin invalid

[jira] Commented: (IBATIS-566) Code generation for multiple DB vendors

2008-12-16 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657055#action_12657055 ] Jeff Butler commented on IBATIS-566: Regarding disabling DTOs - this can

[jira] Commented: (IBATIS-557) Error referencing iterable fields as properties of a dynamic SQL statement

2008-12-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652829#action_12652829 ] Jeff Butler commented on IBATIS-557: Please try iBATIS version 2.2 or higher. We did

[jira] Closed: (IBATIS-548) Please change Abator automatically generated datatype from int into long and primary key datatype from Interger into Long

2008-10-18 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-548. -- Resolution: Invalid Abator already supports this through configuration. See here: http

[jira] Closed: (IBATIS-546) New Ibator Build Process Fails if JAVA_HOME includes a space

2008-10-15 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-546. -- Resolution: Fixed Fixed in SVN New Ibator Build Process Fails if JAVA_HOME includes a space

Re: ibator - current status

2008-10-03 Thread Jeff Butler
significantly. (In case anyone is worried, the code generated by ibator is virtually identical to code generated by Abator - but there is a new method insertSelective). Jeff Butler On Fri, Oct 3, 2008 at 10:36 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jeff, whats the status

Re: New iBATIS builds on Maven central repository

2008-09-04 Thread Jeff Butler
. For now, I suggest that you find a way to build your project with a local download of iBATIS2. Surely Maven is capable of doing that - isn't it? Jeff Butler On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi [EMAIL PROTECTED] wrote: Hi all, Could someone please upload iBATIS 2.3.3 to Maven central

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-16 Thread Jeff Butler
Excellent! Now I can change ibator so that it can be used to generate queries that return 50 billion rows and suck up all your network bandwidth! (Just kidding) Jeff Butler On Fri, Aug 15, 2008 at 10:46 PM, Clinton Begin [EMAIL PROTECTED]wrote: The coolest thing... this test passes in iBATIS

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-16 Thread Jeff Butler
+1 definitely - no more question marks. Jeff Butler On Sat, Aug 16, 2008 at 12:34 AM, Clinton Begin [EMAIL PROTECTED]wrote: One thing I forgot to mention... With iB3 I don't think we should support question mark parameters at all anymore. So even if you specify the param elements, they're

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-13 Thread Jeff Butler
to implement this myself, but I get very lost in the current result set handing. Jeff Butler On Wed, Aug 13, 2008 at 12:50 AM, Clinton Begin [EMAIL PROTECTED]wrote: Hey all, I'd like to get some feedback on the things you like and dislike about the current XML, and also show you some of the new XML

[jira] Closed: (IBATIS-526) overloading method in javabean causes bulkbean exception

2008-07-30 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-526. -- Resolution: Invalid This is not a bug. Overloaded setters break the JavaBeans specification

Re: [VOTE] Promote iBATIS 2.3.2 to General Availability -- Java 5 Required...

2008-06-30 Thread Jeff Butler
+1 Jeff Butler On Thu, Jun 26, 2008 at 1:23 PM, Clinton Begin [EMAIL PROTECTED] wrote: This is a vote to promote iBATIS 2.3.2 to General Availability. One consequence of 2.3.2 is that it now requires Java 5. We've added support for Enums and therefore we cannot compile it under 1.4. It's

[jira] Closed: (IBATIS-518) IBATOR daoGenerator: (exampleMethodVisibility public) does not affect all example methods

2008-06-26 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-518. -- Resolution: Fixed Fixed in SVN (in the ibator code tree). Good catch, thanks! IBATOR daoGenerator

[jira] Closed: (IBATIS-507) Ibator support for table defined subpackage

2008-06-05 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-507. -- Resolution: Won't Fix This seems like an unusual request to me, so I don't think we should include

Re: iBatis Eclipse Plugin - Spring IDE Dependency

2008-05-21 Thread Jeff Butler
My opinion is that it is your plugin and you can develop it in any way that you choose. But, I generally think that fewer dependencies are better (in keeping with the spirit of iBATIS). BTW - the screenshots look very nice. Jeff Butler On Wed, May 21, 2008 at 3:14 PM, Patrick Huy [EMAIL

Re: [VOTE] Use Maven 2 as iBATIS 3 build system.

2008-05-07 Thread Jeff Butler
+0 - doesn't really matter to me. I don't know Maven yet - maybe this will be a good opportunity for me to learn it. Jeff Butler On Wed, May 7, 2008 at 12:09 PM, Clinton Begin [EMAIL PROTECTED] wrote: This is a vote to switch our build system from Ant to Maven 2. Binding votes

[jira] Closed: (IBATIS-505) Add runtimeSchemaName property to Ibator to allow for overriding default schema name

2008-05-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-505. -- Resolution: Fixed Fixed in SVN - thanks for the patch! BTW - I changed the property name

Re: [ANNOUNCE] Abator renamed to iBATOR

2008-04-15 Thread Jeff Butler
Thanks for the advice - I'll take it! I was already getting weary of typing iBATOR - ibator it is. Thanks for the freedom to do this - and the encouragement about ibator. Jeff Butler On Tue, Apr 15, 2008 at 8:21 AM, Clinton Begin [EMAIL PROTECTED] wrote: Sorry, I forgot to mention

[ANNOUNCE] Abator renamed to iBATOR

2008-04-14 Thread Jeff Butler
it into the initial release. It's a big job, and I'm still not convinced of the usefulness of doing this. I hope to keep the disruption to a minimum, and I will include a migration guide once the new version is complete. Let me know if you have any good ideas for the future of iBATOR. Jeff Butler

[jira] Closed: (IBATIS-497) Bug when add two same length and hashCode SQLs to a batch executor

2008-03-20 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-497. -- Resolution: Fixed Fix Version/s: 2.3.1 Fixed in SVN. Bug when add two same length

[jira] Closed: (IBATIS-494) ClobTypeHandlerCallback handles NULLs incorrectly

2008-03-12 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-494. -- Resolution: Fixed Fix Version/s: 2.3.1 Fixed in SVN. Thanks for the patch and diagnosis

[jira] Commented: (IBATIS-494) ClobTypeHandlerCallback handles NULLs incorrectly

2008-03-11 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577589#action_12577589 ] Jeff Butler commented on IBATIS-494: Interesting and convoluted. Every type handler

[jira] Commented: (IBATIS-493) Add Abator config to utilize resultMap select attribute

2008-03-07 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576176#action_12576176 ] Jeff Butler commented on IBATIS-493: This has been discussed on the lists many times

[jira] Commented: (IBATIS-492) Allow Abator configuration to extend model objects from existing classes

2008-03-07 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576401#action_12576401 ] Jeff Butler commented on IBATIS-492: javaModelGenerator type=... Take a look

[jira] Commented: (IBATIS-493) Add Abator config to utilize resultMap select attribute

2008-03-07 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576407#action_12576407 ] Jeff Butler commented on IBATIS-493: I strongly disagree with the premise of your last

[jira] Closed: (IBATIS-490) When using implicit resultmap, the code fails throwing exception Undefined Column Name

2008-02-27 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-490. -- Resolution: Fixed Fix Version/s: 2.3.1 Fixed in SVN. Thanks for the good diagnosis

[jira] Closed: (IBATIS-484) oracle's user-defined objects not fully supported

2008-01-29 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-484. -- Resolution: Fixed Fixed in SVN oracle's user-defined objects not fully supported

Re: Preparing for iBATIS 2.3.1 release...

2008-01-16 Thread Jeff Butler
would be a good thing so +1 to that. But I won't be able to be release manager this time (sorry). Jeff Butler On Jan 14, 2008 1:12 PM, Clinton Begin [EMAIL PROTECTED] wrote: By I I mean whoever the current build manager is, I think it was last with Jeff or Larry. :-) Clinton *From

[jira] Closed: (IBATIS-477) iBatis 2.2 SQLMAP heap dump websphere 6.0 AIX , DB2 V8 zOS

2007-12-06 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-477. -- Resolution: Invalid Wow it's my week to read WebSphere heap dumps. Lucky me :) It's a little hard

[jira] Closed: (IBATIS-473) see IBATIS-78

2007-12-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-473. -- Resolution: Invalid Several things... 1. Use the mailing lists for support questions 2

Re: Mapping oracle data types

2007-11-29 Thread Jeff Butler
Giovanni - feel free to create a patch and attach it to a JIRA issue. Make sure to include some tests! Jeff Butler On Nov 29, 2007 8:26 AM, Giovanni Cuccu [EMAIL PROTECTED] wrote: The type handler, in its current form, it's not enough to map out parameters since it does not allow

[jira] Commented: (IBATIS-468) Provide a way to handle column name prefix/suffix in abator.

2007-11-20 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544169 ] Jeff Butler commented on IBATIS-468: I'm going to take a slightly different approach. Rather than adding more

[jira] Closed: (IBATIS-468) Provide a way to handle column name prefix/suffix in abator.

2007-11-20 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-468. -- Resolution: Fixed Fixed in SVN. Thanks for the reminder and the patch! Provide a way to handle

[jira] Closed: (IBATIS-470) Make generated getExampleParms() protected instead of private

2007-11-17 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-470. -- Resolution: Fixed Thanks for the patch! Make generated getExampleParms() protected instead

Re: Deploying Source Code

2007-10-26 Thread Jeff Butler
as a standalone thing. I've been learning antlr in my spare time (5 minutes/week) but it is slow going. Jeff Butler On 10/26/07, Clinton Begin [EMAIL PROTECTED] wrote: Definitely not a security risk...decompilers, decompilers, decompilers... :-) But, now it's time to play the card I've been

[jira] Commented: (IBATIS-464) iBatis throws a NPE when performing a sub-select in a resultMap.

2007-10-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532170 ] Jeff Butler commented on IBATIS-464: I believe this is a known issue with a simple fix...In your Spring

[jira] Closed: (IBATIS-464) iBatis throws a NPE when performing a sub-select in a resultMap.

2007-10-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-464. -- Resolution: Invalid Not a bug - improper Spring configuration. iBatis throws a NPE when performing

Re: DAO-Function: countByExample

2007-08-27 Thread Jeff Butler
Yes, I'll implement it. No need for a JIRA ticket - I've got it on my todo list. Jeff Butler On 8/25/07, Daniel Kasmeroglu [EMAIL PROTECTED] wrote: Jeff Butler schrieb: Our procedure is to open a JIRA enhancement request and attach the files to it. However - you don't need to attach

Re: DAO-Function: countByExample

2007-08-25 Thread Jeff Butler
Our procedure is to open a JIRA enhancement request and attach the files to it. However - you don't need to attach the files if you don't want to . I understand the request and it is, as you say, very simple to implement. Jeff Butler On 8/25/07, Daniel Kasmeroglu [EMAIL PROTECTED] wrote: Hi

Re: How to submit a translation of the tutorials on the iBATIS website

2007-08-01 Thread Jeff Butler
Open a JIRA ticket for this and attach the translated document. Thanks for the contribution! Jeff Butler On 8/1/07, Joachim Rohde [EMAIL PROTECTED] wrote: Hello, could someone tell me who's responsible for maintaining the iBATIS website? I've translated the 'SQL Maps for Java, Tutorial

[jira] Commented: (IBATIS-440) Contribute DB2 SQL Schema and Load scripts for the shipped JPetstore example application

2007-06-27 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508598 ] Jeff Butler commented on IBATIS-440: Thanks for the offer. You could attach said items to this JIRA ticket

[jira] Commented: (IBATIS-443) abator, unsupported data type for oracle timestamp with timezone

2007-06-25 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507925 ] Jeff Butler commented on IBATIS-443: I think the best approach is to implement your own JavaTypeResolver. You

[jira] Commented: (IBATIS-442) Nested groupBy

2007-06-21 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506972 ] Jeff Butler commented on IBATIS-442: Please do not use JIRA for support requests. Use the mailing lists. Also

[jira] Commented: (IBATIS-438) SqlMapClient don't release connection in a clustered ejb based application

2007-06-14 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504790 ] Jeff Butler commented on IBATIS-438: Please use the mailing lists for support questions! I think

[jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria

2007-06-05 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501694 ] Jeff Butler commented on IBATIS-414: The more I think about it, the more I dislike the configuration option

[jira] Closed: (IBATIS-414) Allow extending the Example classes or allow hand written criteria

2007-06-05 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-414. -- Resolution: Fixed Fixed in SVN (with protected methods and fields) Allow extending the Example

[jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type!

2007-06-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501199 ] Jeff Butler commented on IBATIS-434: I don't believe this is a bug - the JDBC driver probably reports this field

[jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type!

2007-06-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501217 ] Jeff Butler commented on IBATIS-434: What are you expecting Abator to generate? If you have the property

[jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria

2007-06-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501394 ] Jeff Butler commented on IBATIS-414: I understand the issue and you are correct - there's no way to do

Re: Was using iBatis but have been forced to rip it out of my code.

2007-04-11 Thread Jeff Butler
(so); } rs.close(); return answer; There's only one result set in this example - but the result set contains multiple records. Jeff Butler On 4/11/07, macdoug1 [EMAIL PROTECTED] wrote: To make a long story short the place that I have been doing work for didn't like the iBatis mapping for some

[jira] Closed: (IBATIS-415) Obey column order in resultMap

2007-04-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-415. -- Resolution: Invalid iBATIS already retrieves columns in the order they are specified in a result map

[jira] Commented: (IBATIS-402) New Wizards to Abator for Eclipse using the DTP packages ...

2007-03-12 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480100 ] Jeff Butler commented on IBATIS-402: No - just moving at open source speed (slow sometimes). As for DTP

[jira] Commented: (IBATIS-402) New Wizards to Abator for Eclipse using the DTP packages ...

2007-03-06 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478443 ] Jeff Butler commented on IBATIS-402: I think this is a very interesting idea and I like the general concept

[jira] Closed: (IBATIS-403) Abator fails to generate proper insert queries for MySQL

2007-03-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-403. -- Abator fails to generate proper insert queries for MySQL

[jira] Commented: (IBATIS-401) Maven 2 build for Abator

2007-03-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477691 ] Jeff Butler commented on IBATIS-401: I'm open to a Maven build for Abator, but it's not as simple as this POM

Re: iBATIS 2.3.0 in ibiblio repo

2007-02-26 Thread Jeff Butler
I think this is excellent news. I want to commend you for figuring out how to do this and getting it done. Great job! I guess you could announce this on the user list, then close http://issues.apache.org/jira/browse/IBATIS-122 Jeff Butler On 2/26/07, Brandon Goodin [EMAIL PROTECTED] wrote

[jira] Created: (IBATIS-396) Improve groupBy Support to Handle Multiple Independant Lists

2007-02-20 Thread Jeff Butler (JIRA)
Components: SQL Maps Affects Versions: 2.3.0 Environment: All Reporter: Jeff Butler Priority: Minor It seems like the groupBy support could be improved to handle multiple independant lists in a result set. The effect is a cross join - so lots

Re: [VOTE] Support for Maven (impacts Java version only)

2007-02-14 Thread Jeff Butler
. Can someone definitively answer this question: Can we get the iBATIS jars to the maven repository without doing a maven build? That's the key point for me. Jeff Butler On 2/14/07, Clinton Begin [EMAIL PROTECTED] wrote: Hi all, It strikes me that there was enough discussion around the Maven

Re: [VOTE] Support for Maven (impacts Java version only)

2007-02-14 Thread Jeff Butler
, Jeff Butler [EMAIL PROTECTED] wrote: In my own little perfect world, I'm -1. The iBATIS ant build is so simple now - I hate to see it mucked up just to supply the Maven meta-bs as Clinton so eloquently put it. However, I would like to see the iBATIS jars in the Maven repository

Re: Maven for Build?

2007-02-13 Thread Jeff Butler
if you are using a Java 5 JDK. The build.xml for Abator is more complex than I'd like because of all this - so if Maven could help, then I'd be open to using for Abator too. Jeff Butler On 2/13/07, Larry Meadors [EMAIL PROTECTED] wrote: I like the idea - it makes the checkout faster, and mvn

Re: Maven for Build?

2007-02-13 Thread Jeff Butler
+1 for Ant as the primary build. But could we get iBATIS into the Maven repository somehow so we could stop all the whining from Maven mavens? :-) Jeff Butler On 2/13/07, Clinton Begin [EMAIL PROTECTED] wrote: +1 for Slava...oh wait, you all know my opinion already. Do I only get one

iBATIS for Java 2.3.0 General Availability

2007-02-11 Thread Jeff Butler
to Spring framework based DAOs. The official announcement will be reflected on the website within the next hour, and you can download it from http://ibatis.apache.org/javadownloads.cgi. If you've been using 2.3.0 already, there's no need to download it again - it is the same JAR. Enjoy! Jeff Butler

Re: Direct-to-Field mappings now implemented.

2007-02-10 Thread Jeff Butler
we can. Maybe we should bypass all the non-standard syntax and configuration options. If you have getters/setters then we'll use them. If not, then we'll use the fields directly. End of story. Jeff Butler On 2/10/07, Paul Benedict [EMAIL PROTECTED] wrote: OGNL uses property notation

Re: Direct-to-Field mappings now implemented.

2007-02-09 Thread Jeff Butler
I think this is a good idea. However, I wonder if it is necessary to add the extra syntax? Could we be smart enough to use a getter/setter if one exists, else resort to direct field access? Then there would be no need for the extra parenthesis syntax. Jeff Butler On 2/9/07, Clinton Begin

[jira] Closed: (IBATIS-383) IBATIS - SYBASE Stored Procedure NULL POINTER EXCEPTION

2007-01-18 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-383. -- Resolution: Invalid Not a bug - this was related to intermediate result sets in the SP. Use

Re: Working with nested interfaces: a problem to solve

2007-01-15 Thread Jeff Butler
not to cast the interface to the concrete class? I think the ultimate solution is to have iBATIS work with parameterized constructors but that is a V3 thing. Jeff Butler On 1/14/07, Paul Benedict [EMAIL PROTECTED] wrote: Jeff, Thanks for the reply. I know not everyone likes the immutable pattern

Re: Working with nested interfaces: a problem to solve

2007-01-15 Thread Jeff Butler
Hi Paul, Did you actually try this? I did and had no trouble running it. I'd be happy to send you the test case if you want, but I think it's exactly what you described. Jeff Butler On 1/15/07, Paul Benedict [EMAIL PROTECTED] wrote: I erred at the start of 4th paragraph: It read

Re: Working with nested interfaces: a problem to solve

2007-01-14 Thread Jeff Butler
for no benefit. (BTW - I know this is promoted in the Sun blueprints catalog, but I still think it's awful. But that's just my 2 cents - YMMV) Second thought - if you really want to do this, you can code a ResultObjectFactory and supply the concrete implementations yourself. Jeff Butler On 1/14/07

Re: iBATIS 3.0 Discussions Begin

2007-01-10 Thread Jeff Butler
Woo hoo! A structural suggestion...could we break the one WIKI page into these sub pages: 1. Configuration 2. Validation 3. Dynamic SQL 4. Execution/Result Processing 5. Others??? I think the one page will get very long. Good start! Jeff Butler On 1/9/07, Clinton Begin [EMAIL PROTECTED

iBATIS for Java 2.2.0 is Promoted to GA Status

2006-12-05 Thread Jeff Butler
://ibatis.apache.org/javadownloads.cgi Enjoy! Jeff Butler

Re: Useful case where resultMap should not require any result elements

2006-12-04 Thread Jeff Butler
FYI...This is implemented in iBATIS 2.3. Jeff Butler On 11/15/06, Peter Andrews [EMAIL PROTECTED] wrote: I have run into a case where I have an inherited class which has no additional members than what are already in the superclass. I have made some resultMaps, including one

[VOTE] iBATIS for Java 2.2.0 to GA

2006-12-04 Thread Jeff Butler
, but I'm not on the PMC so my vote isn't binding. Jeff Butler

Re: Status of 2.3 Release

2006-12-02 Thread Jeff Butler
by having a single GA release as well as the latest Beta release available for download. 2.2 is available in the past releases if people want it. Cheers, Clinton On 12/1/06, Jeff Butler [EMAIL PROTECTED] wrote: I forgot about that conversation, I was thinking of this one

  1   2   3   >