RE: what to put in nullValue when date value is null

2010-02-11 Thread Niels Beekman
@ibatis.apache.org Subject: what to put in nullValue when date value is null I have following in my result mapping: setUpdateDate is accepting parameter of type Date update_date column can sometimes be null. In this case I want the date to be 01/01/1900. It is giving me an error

what to put in nullValue when date value is null

2010-02-11 Thread Bhaarat Sharma
I have following in my result mapping: setUpdateDate is accepting parameter of type Date update_date column can sometimes be null. In this case I want the date to be 01/01/1900. It is giving me an error: java.lang.RuntimeException: Error setting property 'setUpdateDate' What is the way to put