Re: jdbcType/javaType accessibility in TypeHandler

2006-08-20 Thread Clinton Begin
Unfortunately this is largely by design.  I chose to anchor the TypeHandler first to the Java type, because that's what the JDBC API relies on.  It's the required type.  The JDBC type is not required by the JDBC API to retrieve data from a ResultSet, so I did not build a dependency on it.  Now for

Re: Updating from ibatis 1.3.1 to 2.1.7 .. should I? Does it worth the effort?: ... NullPointerException. It look like a bug ...

2006-08-20 Thread Clinton Begin
Try 2.2.0 if you haven't already...Might be a bug we've already fixed.  Cheers,ClintonOn 8/18/06, David Gagnon < [EMAIL PROTECTED]> wrote:Hi all,  I'm pretty sure this is a session problem.  But there is an obscur point that look to me like a bug.  It's surely not one though.Trying to make the prob

Re: jdbcType cursor

2006-08-20 Thread Clinton Begin
Upgrade to 2.2.0 and ust "cursor" or "java.sql.ResultSet".  ClintonOn 8/18/06, Celaya, Tina (GE Indust, ConsInd) < [EMAIL PROTECTED]> wrote:Hello, does any one know what to put in de jdbcType in this statement insted of ORACLECURSOR if i´m using microsoft sql DB?thanks for your help-Original M

Re: java 1.5

2006-08-20 Thread Michael Campbell
I will when Abator starts writing my DAOs to do that... =) Jeff has mentioned he has some nifty things in the next couple days coming out that uses iBatis 2.2.x, so I'm waiting on that a bit. If that's not one of the provided methods, I suppose I can wrap the generated one with one that emits th

Abator Version 1.0.0 Now Available!

2006-08-20 Thread Jeff Butler
Abator version 1.0.0 is now available.  This is a significant upgrade from version 0.6.5 and includes many new features.  Noteworthy new features include:   - Ability to generate code for Java 5 including the use of parameterized types - Ability to generate different types of domain models, includi

Re: java 1.5

2006-08-20 Thread Larry Meadors
Same here - you can even do some really cool stuff in your DAOs like: List getEmployees(); Larry On 8/20/06, Jeff Butler <[EMAIL PROTECTED]> wrote: No gotchas - it works fine. Jeff Butler On 8/20/06, Michael Campbell <[EMAIL PROTECTED]> wrote: > Are there any "gotchas" or anything speci

Re: java 1.5

2006-08-20 Thread Jeff Butler
No gotchas - it works fine.   Jeff Butler  On 8/20/06, Michael Campbell <[EMAIL PROTECTED]> wrote: Are there any "gotchas" or anything special I need to do in order tohaving an app written in java 5 using the iBatis 2.1.7 jars frommaven2/ibiblio?

java 1.5

2006-08-20 Thread Michael Campbell
Are there any "gotchas" or anything special I need to do in order to having an app written in java 5 using the iBatis 2.1.7 jars from maven2/ibiblio?

Re: 1.3 set-property key

2006-08-20 Thread Paul Benedict
My bad please ignore. I chose the wrong user group by accident :-) Get your email and more, right on the new Yahoo.com

1.3 set-property key

2006-08-20 Thread Paul Benedict
The key attribute of set-property reads:    Since Struts 1.3, an alternate syntax is supported.  By using    the "key" attribute instead of the "property" attribute, you can set     arbitrary string properties on the Config object which is populated    based on the containing element.   NOTE: the "