Tancerel Benoit wrote:
> whitout the Date mapping it seems to work i've got no ObjectModifedExcpetion

> how do i map th Date fields ?
Like this
        <field name="someDate" type="date">
            <sql name="someDate" type="timestamp"/>
        </field>

> why there's problems with Date ??
Well, there may be problems with nanoseconds: java.sql.Timestamp has
nanoseconds, but java.util.Date has not, they may be lost during the
conversion. There may be other tricks.

Oleg

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to