java - Oracle WCC Set Date Field to Null With RIDC -


i'm trying make update oracle wcc server via ridc java based application.

i've tried: dataobject.put("doutdate", null); returns:

unable update content item information 'my_content_id'. expiration date not valid. unable parse date 'null'.

so how can update date field null content item using ridc?

i able update passing in " " instead of null.
code looks dataobject.put("doutdate", " ");

i'm not sure that's best approach, worked.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -