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