Sorry to post this question again, I still can't solve the problem. Any help
will be very appreciated!


Can anybody tell me how to map DateTime MySql field in OJB?


My realization is the next:

<field-descriptor id="13" name="userDateInserted" column="US_date_inserted"
jdbc-type="TIMESTAMP"

conversion="org.apache.ojb.broker.accesslayer.conversions.JavaDate2SqlTimest
ampFieldConversion"/>

userDateInserted - of type java.util.Date.

After setting the Date, OJB inserts right date. But time is 1 hour minus of
the actual time (minutes and seconds are right).
Interesting, the userDateInserted has right Date value, but after passing it
thru OJB, Date is decreased for 1 hour...
Is it some kind of a bug?
Am I doing something wrong?
Any suggestions?


Regards,
Mykola Ostapchuk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to