Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
gt; *From:* Raymond McDermott [mailto:[EMAIL PROTECTED] > *Sent:* dinsdag 6 november 2007 0:32 > *To:* user-java@ibatis.apache.org > *Subject:* Re: JAVA 1.5 enum > typehandler woes > > > > One further (perhaps obvious) follow-up point was that after I had > specified the typehan

RE: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Niels Beekman
erested in a non-varying exact name. Niels From: Raymond McDermott [mailto:[EMAIL PROTECTED] Sent: dinsdag 6 november 2007 0:32 To: user-java@ibatis.apache.org Subject: Re: JAVA 1.5 enum > typehandler woes One further (perhaps obvious) follow-up point w

RE: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread William Shields
meUnits.M is likely to be confusing) or to use custom property editors, neither option I like. -Original Message- From: Raymond McDermott [mailto:[EMAIL PROTECTED] Sent: Tue 11/6/2007 8:32 AM To: user-java@ibatis.apache.org Subject: Re: JAVA 1.5 enum > typehandler woes One further (perh

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
dler explicitly on the resultmap > > > or insert statement? Do both select and insert blow up? > > > > > > > > > > > > Niels > > > -- > > > > > > *From:* Raymond McDermott [mailto:[EMAIL PROTECTED] >

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
[EMAIL PROTECTED] > > *Sent:* maandag 5 november 2007 10:45 > > *To:* user-java@ibatis.apache.org > > *Subject:* Re: JAVA 1.5 enum > typehandler woes > > > > > > > > Thanks for the comments Niels. I read the FAQ entry completely before > > posting

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
EMAIL PROTECTED] > *Sent:* maandag 5 november 2007 16:25 > *To:* user-java@ibatis.apache.org; [EMAIL PROTECTED] > *Subject:* Re: JAVA 1.5 enum > typehandler woes > > > > I saw that option but, to be honest rather than critical, I made it the > option of 'last resort&#

RE: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Niels Beekman
, you should be able to find it... Niels From: Raymond McDermott [mailto:[EMAIL PROTECTED] Sent: maandag 5 november 2007 16:25 To: user-java@ibatis.apache.org; [EMAIL PROTECTED] Subject: Re: JAVA 1.5 enum > typehandler woes I saw that option but, to b

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
; Have you tried to define the typehandler explicitly on the resultmap > or > > insert statement? Do both select and insert blow up? > > > > > > > > > > > > Niels > > > > > > > > > > > >

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Larry Meadors
ls > > > > > > > > > From: Raymond McDermott [mailto:[EMAIL PROTECTED] > > Sent: maandag 5 november 2007 10:45 > > To: user-java@ibatis.apache.org > > Subject: Re: JAVA 1.5 enum > typehandler woes > > > > >

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
- > > *From:* Raymond McDermott [mailto:[EMAIL PROTECTED] > *Sent:* maandag 5 november 2007 10:45 > *To:* user-java@ibatis.apache.org > *Subject:* Re: JAVA 1.5 enum > typehandler woes > > > > Thanks for the comments Niels. I read the FAQ entry co

RE: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Niels Beekman
: Re: JAVA 1.5 enum > typehandler woes Thanks for the comments Niels. I read the FAQ entry completely before posting and used it to drive the coded solution. In terms of the stacktrace, it is the complete stacktrace from Eclipse. I think it gives enough to show that there is genuinely a prob

Re: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Raymond McDermott
w+do+I+use+a+Custom+Type+Handler+with+complex+property+or+Type+Safe+Enumeration > > > > Hth, > > > > Niels > -- > > *From:* Raymond McDermott [mailto:[EMAIL PROTECTED] > *Sent:* zondag 4 november 2007 21:57 > *To:* user-java@ibatis.apa

RE: JAVA 1.5 enum > typehandler woes

2007-11-05 Thread Niels Beekman
@ibatis.apache.org Subject: JAVA 1.5 enum > typehandler woes I am having some, ahem, fun trying to get enums persisting as varchars using iBatis 2.3 for Java Can I just check something... is there are a 'proper' way for iBATIS to persist enums or do we really have to write a typehandler

JAVA 1.5 enum > typehandler woes

2007-11-04 Thread Raymond McDermott
I am having some, ahem, fun trying to get enums persisting as varchars using iBatis 2.3 for Java Can I just check something... is there are a 'proper' way for iBATIS to persist enums or do we really have to write a typehandler? Is this is something that the developer group will patch in 2.x or is

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

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?