ocm mappings are incorrect: replace jcrNodeType with JcrType
------------------------------------------------------------
Key: SLING-13
URL: https://issues.apache.org/jira/browse/SLING-13
Project: Sling
Issue Type: Bug
Components: Content
Reporter: Philipp Koch
the mappings cannot be resolved bacause of the wrong ocm mapping nodetype
configuration.
change:
@ocm.mapped jcrNodeType="sling:Content" .....
to
@ocm.mapped jcrType="sling:Content" .....
the wrong mapping configuration is applied all over the sling project.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.