ItemDefinitionTemplate treats name as opaque, not a JCR name
------------------------------------------------------------

                 Key: JCR-2192
                 URL: https://issues.apache.org/jira/browse/JCR-2192
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
            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.

Reply via email to