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

SQL/QOM query using ISCHILDNODE fail to find children of a node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.0.0.Beta1
    • 3.0.0.Alpha6
    • None
    • None
    • Hide

      Can be reproduced executing above queries using REST client or simple QOM query using ChildNodeConstraint.

      Show
      Can be reproduced executing above queries using REST client or simple QOM query using ChildNodeConstraint.

    Description

      The query

      select * from [nt:base] where ischildnode('/')
      

      and equivalent QOM query return no results (should return at least /jcr:system). The query

      select * from [nt:base] where ischildnode('/jcr:system')
      

      only returns /jcr:/system/mode:locks, but not jcr:nodeTypes, jcr:versionStorage, mode:namespaces

      May be related to or duplicate of MODE-1469?

      Attachments

        Issue Links

          Activity

            People

              rhauch Randall Hauch (Inactive)
              jonathandfields_jira Jonathan Fields (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: