Hello, Can anybody tell me how to map DateTime MySql field in OJB?
My realisation is the next: <field-descriptor id="13" name="userDateInserted" column="US_date_inserted" jdbc-type="TIMESTAMP" conversion="org.apache.ojb.broker.accesslayer.conversions.JavaDate2SqlTimestampFieldConversion"/> userDateInserted - of type java.util.Date. After setting the Date, OJB inserts right date. But time is 1 hour minus of actual time (minutes and seconds are right). Any suggestions? Regards, Mykola Ostapchuk
