Jacopo Cappellato wrote:
> Should I try with the following setting:
> 
>> <field-type-def type="time" sql-type="DATE" 
>> java-type="java.sql.Date"></field-type-def>

This won't work; java.sql.Date doesn't store time fields; its hours,
minutes, and seconds are all set to 0.

Reply via email to