java.lang.InstantiationException using Ibatis DAO

2008-09-06 Thread Paul Ski
Hi list, Environment: - Windows XP - Java(TM) SE Runtime Environment (build 1.6.0_10-rc-b28) - Eclipse Version: 3.4.0 Build id: I20080617-2000 - Ibatis 2.3.0.677 Project Jars: mysql-connector-java-5.1.6-bin.jar ibatis-2.3.0.677.jar ibatis-dao-2.jar I've created a class to return me a DaoMa

Re: Interface binding

2008-09-06 Thread Clinton Begin
>> The 3.0 whiteboard discussion also mentions interface binding. Is it likely that this functionality will return in a future version? Yes, absolutely. This is an important part of the improved 3.0 API. >> The 2.1.7 source code only calls the static method MapperProxy.newMapperProxy(), so perha

Interface binding

2008-09-06 Thread Ronald Borman
I got started with iBATIS this week. I bought 'iBATIS in Action' (finishing the last chapter tomorrow), did some tests and browsed through the mailing lists. It looks like a compact, comprehensible and fun to use framework. Kudos to the team! On the incubator mailing list I found a May 2005 ann

RE: Calendars in paramter Maps not working

2008-09-06 Thread I L
Thanks Jeff, I'll give that a shot! Date: Fri, 5 Sep 2008 13:01:44 -0500 From: [EMAIL PROTECTED] To: user-java@ibatis.apache.org Subject: Re: Calendars in paramter Maps not working Specify your Calendar type handler directly like this: SELECT * FROM user_event WHERE create_datetime #from