Using database connector with date fields

I’m having a problem using a db connector to update a date field.

I use setValue to insert a row containing a date field in an Oracle table

(com.webMethods.caf.faces.data.sql.RowSetTableContentProvider.setValue(Object propertyKey, Object value)

but the date column in the db does not show the time part, it’s only updated with the ddMMyyyy portion. The time part (hh:mm:ss) is lost.

Does any have a workaround for this issue ? I use the webMethods data diret jdbc driver

Thanks