[
https://issues.apache.org/jira/browse/JCR-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728711#action_12728711
]
Julian Reschke commented on JCR-2192:
-------------------------------------
I agree that would work, but then people need to be aware that
checking/resolution of the name only occurs upon registration. Will follow up
on jsr283 mailing list.
> handling of expanded-form jcr names by node type *Template classes
> -------------------------------------------------------------------
>
> Key: JCR-2192
> URL: https://issues.apache.org/jira/browse/JCR-2192
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-spi-commons
> Reporter: Julian Reschke
>
> ItemDefinitionTemplate treats the name as opque string, instead of a JCR Name.
> Example: when setting the name to
> "{http://example.org/}foo"
> then getName() needs to return
> "bar:foo"
> which the prefix "bar" being mapped to the namesapce "http://example.org/".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.