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.