Re: ibator with rootclass overrides getters and setters

2010-04-09 Thread Jeremy Jardin
Ok, it works now. When I run the ant script (task ibator.generate) I've got no warnings, but attributs and methods are overidden. So, i tried to use the eclipse plugin and started the 'Generate ibatis artifacts', and I had a popup explaining that the rootclass could not be found. So, I had the c

Re: ibator with rootclass overrides getters and setters

2010-04-09 Thread Jeff Butler
Ahhh...makes sense now. With Ant classpath management is explicit. With the popup menu its not so simple. Once the popup menu is run the Ibator plugin is in memory and stays there until Eclipse is closed. This is part of the reason why I really dislike the popup menu item for Ibator - classpath

Auto-provision of jdbcType for "nullable parameters" case

2010-04-09 Thread Nate Weiss
Hi-- First, really enjoying iBatis 3. Thanks to all who have obviously thought and worked hard on this lovely framework. I am using it in combination with Guice 2.0 at the moment and enjoying it. The only item that is a bit of a nuisance for me right now are situations that result in "JDBC

Re: Auto-provision of jdbcType for "nullable parameters" case

2010-04-09 Thread Clinton Begin
I've improved this in the next release. While it's not officially released yet, try this: http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-core-3.0.0-bundle.zip Clinton On Fri, Apr 9, 2010 at 6:18 PM, Nate Weiss wrote: > Hi-- > > First, really enjoying iBatis 3. Thanks to all who

Re: Auto-provision of jdbcType for "nullable parameters" case

2010-04-09 Thread Nate Weiss
On 4/9/2010 8:22 PM, Clinton Begin wrote: I've improved this in the next release. While it's not officially released yet, try this: http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-core-3.0.0-bundle.zip Wow, thank you, I just tested it out and it seems to be working perfectly so fa