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

move() on shareable nodes unsupported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.6
    • None
    • jackrabbit-core
    • None

    Description

      In BatchedItemOperation.move(), we have:

      // check shareable case
      if (target.isShareable())

      { String msg = "Moving a shareable node (" + safeGetJCRPath(srcPath) + ") is not supported."; log.debug(msg); throw new UnsupportedRepositoryOperationException(msg); }

      As far as I can tell, this doesn't seem to be backed by the JCR spec.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              reschke Julian Reschke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: