Roger wrote:
Hi Stein,

It happened at commit time in the database.
The object-fields show correct values at all the debug time.
I use Oracle817.
There is no timestamp type but date in Oracle.
So the type of field TCD_LAST_RUN_TIME is date.
It seems that the problem is the wrong type.
When I change
<sql name="TCD_LAST_RUN_TIME" type ="timestamp" dirty="ignore"/>
to <sql name="TCD_LAST_RUN_TIME" type ="date" dirty="ignore"/>
everything is ok.
But I want to save time information too.
What java type I should use for timestamp?



Do you have datetime in oracle?


You can also save time as milliseconds (long).

Stein

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


Reply via email to