You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2007/10/31 16:37:51 UTC

[jira] Created: (JCR-1202) Core: Add possibility to replace Name- and PathFactory implementation

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.