XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • jcr
    • None

    Description

      Node#addNode throws ItemExistsException for existing node where same name siblings are allowed.

      e.g.

      session.getRootNode().addNode("foo");
      session.save();
      session.getRootNode().addNode("foo");
      

      This is not the case for Jackrabbit

      Attachments

        1. OAK-974-patch.txt
          1 kB
          Antonio Sanso

        Activity

          People

            Unassigned Unassigned
            asanso Antonio Sanso
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: