/[Apache-SVN]
ViewVC logotype

Revision 1226059


Jump to revision: Previous Next
Author: jleroux
Date: Sat Dec 31 10:16:20 2011 UTC (12 years, 3 months ago)
Changed paths: 2
Log Message:
"Applied fix from trunk for revision: 1226055  " 
------------------------------------------------------------------------
r1226055 | jleroux | 2011-12-31 11:13:34 +0100 (sam., 31 déc. 2011) | 9 lines

Should close "Null values are not synchronized in http mode" https://issues.apache.org/jira/browse/OFBIZ-4602

I followed Adrian's advice. I tried to create an order with a dropship1 item (like in Jira 4637) and it worked perfectly. I guess, as we were suspecting, using 
  set(name, "");
instead of
  element.setAttribute(name, "null");
had side effects. 

Anyway, as Adrian pointed out, the right returned string should be "[null-field]" and it's now correct/consistent. On the other side (entity sync clients), of course, now "[null-field]" should be handled instead of "" or "null"
------------------------------------------------------------------------


Changed paths

Path Details
Directoryofbiz/branches/release4.0/ modified , props changed
Directoryofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/GenericEntity.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26