inserting null in date field

Hi

when i tried to insert date with time stamp using batchInsert AS i found null at date field in database.The coulmn type is specified as DATE in db.

But when i uesd insert service manually in custom AS date field is updating with time stamp.
As per my flow i need to use only batchInsert AS

The inputs for the BatchInsert AS
input field type - java.util.Date

The pipeline input for AS is of type java.util.Date(As we got this data by using the select query in the custom AS which has the inputs like
JDBC FIELD TYPE as TIMESTAMP
OUTPUT FIELD TYPE as java.util.Date)

I have directly mapped the result of the select AS to batchInsert AS.
Is there any conversions needed between these two AS.

Can you please help me out

Thnks&Regards
soma

Hi
the database we are using 10g
webMethods 6.5
jdbc thin driver
ojdbc14.jar
os IBM/AIX