Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2035

Can't export to system view while node locked

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.6.0.Final, 3.3.x-prod-ip6.0
    • 3.3.0.Final
    • JCR
    • None

      Can't export the workspace into system view while a node in the workspace locked, which seems the mode:lock definition inconsistent.

      From modeshape's document, the node type definition of mode:lock is
      [mode:lock] > nt:base

      • mode:lockedKey (string) protected ignore
      • jcr:lockOwner (string) protected ignore
      • mode:lockingSession (string) protected ignore
      • mode:expirationDate (date) protected ignore
      • mode:sessionScope (boolean) protected ignore
      • jcr:isDeep (boolean) protected ignore
      • mode:isHeldBySession (boolean) protected ignore
      • mode:workspace (string) protected ignore

      while i override this definition in the CND by ourself use below, it works:
      [mode:lock] > nt:base

      • jcr:lockOwner (string) protected ignore
      • mode:lockToken (string) protected ignore
      • mode:lockingSession (string) protected ignore
      • mode:expirationDate (date) protected ignore
      • mode:isSessionScoped (boolean) protected ignore
      • jcr:lockIsDeep (boolean) protected ignore
      • mode:isHeldBySession (boolean) protected ignore
      • mode:workspace (string) protected ignore

              hchiorean Horia Chiorean (Inactive)
              angelo.chen Angelo Chen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: