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

Protected Property jcr:created Not Set on nt:file or nt:folder Nodes for All Connectors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.0.Final
    • 1.0.0.Final
    • JCR
    • None

    Description

      nt:file and nt:folder both extend a common supertype, nt:hierarchyNode. nt:hierarchyNode defines one property, a protected, mandatory DATE property named jcr:created that is supposed to be automatically set with the create time of the node.

      We've been relying on the underlying connector to populate this field, which works great when the underlying connector is a file system connector or an SVN connector. However, other connectors (e.g., the IMR connector or Infinispan connector do not populate this field).

      I think the correct fix for this is out in the JCR layer anyway. This is where we handle other protected properties and it would keep us from having to recode solutions for this in every connector.

      Attachments

        Activity

          People

            bcarothers_jira Brian Carothers (Inactive)
            bcarothers_jira Brian Carothers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: