[
https://issues.apache.org/jira/browse/SLING-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831241#action_12831241
]
Justin Edelson commented on SLING-1359:
---------------------------------------
code added in r907872 and tests in r907873
> JCR ContentLoader doesn't handle Path or Name properties (or URI in JCR 2)
> --------------------------------------------------------------------------
>
> Key: SLING-1359
> URL: https://issues.apache.org/jira/browse/SLING-1359
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Reporter: Justin Edelson
> Assignee: Justin Edelson
> Fix For: JCR Contentloader 2.0.6
>
>
> If you have a node type which uses Path or Name properties (or, in JCR 2, URI
> properties), initial content loading will be unable to set these properties.
> This appears to be because the default behavior of JsonReader is to use
> String as the property type. By changing this to Undefined, we can allow the
> repository to pick the appropriate property type.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.