Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.