Hi,
I've problem with date deploy, date format update. Running on opendeploy 6.0.2 and deploy to mysql database.
I've no issue on new file submission that contains metadata (date field). Everything was perfect. However, whenever metadata value(date field) is changed, i'll encounter data deployment error.
In short, insertion statement work perfect but not update.
From the log,
DAS: ERROR

impleDateFormat.parse() could not parse the string '0000-00-00' with format: yyyy-MM-dd HH:mm:ss.S
DAS: ERROR:data-format attribute for the column must conform to the format documented in SimpleDateFormat class
DAS: WARNING:db-datetime-format attribute not set for [docu_effective_date] in group [document]. Assuming default: yyyy-MM-dd HH:mm:ss.S
However, i did state the date format in my dbschema.
What is wrong with my configuration?