MMBase

dove uses wrong algorittm to determine is a node was changes

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.1
  • Fix Version/s: 1.6.2
  • Component/s: Applications
  • Description:
    Hide
    original bugid: #5368
    The dove "change/changed" method tries do determine if a node was changed by someone else between
    de getdata and the put. It does this by comparing the content of the original (xml) node and the content of the cloud node.
    This will work in moost cases but not when using xml because serialising xml does not always result in the original document
    It is possible to work around the problem by not sending the old data along
    Show
    original bugid: #5368 The dove "change/changed" method tries do determine if a node was changed by someone else between de getdata and the put. It does this by comparing the content of the original (xml) node and the content of the cloud node. This will work in moost cases but not when using xml because serialising xml does not always result in the original document It is possible to work around the problem by not sending the old data along

Activity

Hide
Kees Jongenburger added a comment - 2003-02-12 07:44
dove uses wrong algorittm to determine is a node was changes
The dove "change/changed" method tries do determine if a node was changed by someone else between
de getdata and the put. It does this by comparing the content of the original (xml) node and the content of the cloud node.
This will work in moost cases but not when using xml because serialising xml does not always result in the original document
Show
Kees Jongenburger added a comment - 2003-02-12 07:44 dove uses wrong algorittm to determine is a node was changes The dove "change/changed" method tries do determine if a node was changed by someone else between de getdata and the put. It does this by comparing the content of the original (xml) node and the content of the cloud node. This will work in moost cases but not when using xml because serialising xml does not always result in the original document

People

Dates

  • Created:
    2003-03-04 09:57
    Updated:
    2006-11-24 12:38
    Resolved:
    2006-11-24 12:38