Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-435

Node.update() does not work correct for SNS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9, 1.0, 1.0.1
    • None
    • jackrabbit-core, versioning
    • None

    Description

      when node to be updated contains same-name-sibblings, only the first child is resepcted:

      W1:
      /a
      /b

      • p1
        /b

      W2:
      /a
      /b

      now a W2."/a/b".update() iteratates over the child nodes of "a" and updates "b" twice.

      btw: in the case where property p1 is binary, and internally kept in a tmp-file, the tmp-file gets discarded and an exception is thrown when storing the changes. this might explain some issues discribed in JCR-428.

      Attachments

        Activity

          People

            tripod Tobias Bocanegra
            tripod Tobias Bocanegra
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: