Core: Add possibility to replace Name- and PathFactory implementation
---------------------------------------------------------------------
Key: JCR-1202
URL: https://issues.apache.org/jira/browse/JCR-1202
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core
Reporter: angela
Priority: Minor
to minimize the numer of lines changed for JCR-1169, i simply replaced new
QName and Path.create
by the corresponding method call on the default factory implementation.
in order to make it possible to change the implemenation it would obviously be
better to
have a single point where name and path factory are defined. in jcr2spi we use
to have such a method
on the Session implementation.
i guess the same is feasible (and probably desirable) for jackrabbit-core.
angela
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.