[
https://issues.apache.org/jira/browse/SLING-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger closed SLING-13.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Replaced all occurrences in the Sling projects (core, content, scripting-core
and component-standard)
> 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
> Assignee: Felix Meschberger
> Fix For: 2.0.0
>
>
> 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.