[ 
https://issues.apache.org/jira/browse/OFBIZ-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-4602.
----------------------------------

    Resolution: Fixed

Finally this should be fixed in
trunk r1226055  
R11.04 r1226056  
R10.04 r1226058  
R09.04 r1226057  
R4.0 r1226059  

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"
                
> Null values are not synchronized in http mode
> ---------------------------------------------
>
>                 Key: OFBIZ-4602
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4602
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 4.0, Release 09.04, Release 09.04.01, Release 
> 10.04, SVN trunk
>         Environment: Using entity synchronization over HTTP (not RMI)
>            Reporter: Patrick Antivackis
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 4.0, Release Branch 09.04, Release Branch 
> 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: patch-OFBIZ-4602.txt
>
>
> In order to send over http the values to create, store and remove, Ofbiz is 
> Xml serializing the values. GenericValue xml serialization is managed in 
> GenericEntity.makeXmlElement, unfortunately this method just don't serialized 
> null valued fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to