hi jukka
JCR-1564: JSR 283 namespace handling
- No need for the NamespaceStorage interface, as
NamespaceRegistryImpl can just as well call RepositoryService directly
Removed:
jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/name/NamespaceStorage.java
i'm not very happy with that change. it was by intension to introduce
the NamespaceStorage interface.
having both the service and the session info spread around
is not desirable from my point of view.
second i wanted to create an implementation of the NamespaceRegistry
that could equally be used by jackrabbit-core later on. this
is not possible with your approach any more.
kind regards
angela