RE: Mapper behaving differently between Eclipse and Maven

2010-02-16 Thread meindert
I didn't read your whole mail and am not using ibatis3 but; select expense_date, extract(YEAR_MONTH from expense_date) as period from expense group by period; How would you expect the period to be passed to the java.util.Date class? From: J S [mailto:sharpfel...@yahoo.ca]

Re: Ibator for ibatis 3

2010-02-16 Thread Guy Rouillier
On 11/8/2009 7:11 PM, Jeff Butler wrote: Ibator updates for iBATIS3 are now in SVN. I won't do a formal release for a few days as I need to update the docs, but feel free to check it out and play with it. Ibator is now built with Maven rather than Ant, so you'll need to know how to do a Maven b

Mapper behaving differently between Eclipse and Maven

2010-02-16 Thread J S
Hello there: first of all a thanks to the authors for a great tool.  I am new to iBatis, but I'm already getting great value out of it.   I am currently having a hard time diagnosing a problem with one of my mappings.  Things seem to work fine when I run my unit test from within Eclipse, but the