You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Strasser (JIRA)" <ji...@apache.org> on 2005/10/05 18:57:47 UTC

[jira] Created: (JCR-242) registration of new namespace does not respect existing session mappings

registration of new namespace does not respect existing session mappings
------------------------------------------------------------------------

         Key: JCR-242
         URL: http://issues.apache.org/jira/browse/JCR-242
     Project: Jackrabbit
        Type: Bug
    Versions: 1.0    
 Environment: r295031
    Reporter: Tobias Strasser
    Priority: Minor


consider the following (starting with a default namespace registry):

// remap nt namespace
Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");

// create new namespace
NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");

now the session used above that remapped the nt namespace has an ambigous namespace mapping:
foobar --> "http://www.jcp.org/jcr/nt/1.0"
"http://www.jcp.org/jcr/nt/1.0" --> foobar
"http://www.foo.org/bar/1.0" --> foobar

i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-242) registration of new namespace does not respect existing session mappings

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-242?page=comments#action_12331483 ] 

Stefan Guggisberg commented on JCR-242:
---------------------------------------

i share jukka's concerns:

+1 to automatically remapping the new namespace for sessions that have already mapped some other namespace to the same prefix.

> registration of new namespace does not respect existing session mappings
> ------------------------------------------------------------------------
>
>          Key: JCR-242
>          URL: http://issues.apache.org/jira/browse/JCR-242
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r295031
>     Reporter: Tobias Strasser
>     Assignee: Stefan Guggisberg
>     Priority: Minor
>      Fix For: 1.0

>
> consider the following (starting with a default namespace registry):
> // remap nt namespace
> Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");
> // create new namespace
> NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");
> now the session used above that remapped the nt namespace has an ambigous namespace mapping:
> foobar --> "http://www.jcp.org/jcr/nt/1.0"
> "http://www.jcp.org/jcr/nt/1.0" --> foobar
> "http://www.foo.org/bar/1.0" --> foobar
> i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-242) registration of new namespace does not respect existing session mappings

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-242?page=all ]

Jukka Zitting updated JCR-242:
------------------------------

    Fix Version: 1.0
        Version:     (was: 1.0)

> registration of new namespace does not respect existing session mappings
> ------------------------------------------------------------------------
>
>          Key: JCR-242
>          URL: http://issues.apache.org/jira/browse/JCR-242
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r295031
>     Reporter: Tobias Strasser
>     Priority: Minor
>      Fix For: 1.0

>
> consider the following (starting with a default namespace registry):
> // remap nt namespace
> Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");
> // create new namespace
> NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");
> now the session used above that remapped the nt namespace has an ambigous namespace mapping:
> foobar --> "http://www.jcp.org/jcr/nt/1.0"
> "http://www.jcp.org/jcr/nt/1.0" --> foobar
> "http://www.foo.org/bar/1.0" --> foobar
> i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (JCR-242) registration of new namespace does not respect existing session mappings

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-242?page=all ]

Stefan Guggisberg reassigned JCR-242:
-------------------------------------

    Assign To: Stefan Guggisberg

> registration of new namespace does not respect existing session mappings
> ------------------------------------------------------------------------
>
>          Key: JCR-242
>          URL: http://issues.apache.org/jira/browse/JCR-242
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r295031
>     Reporter: Tobias Strasser
>     Assignee: Stefan Guggisberg
>     Priority: Minor
>      Fix For: 1.0

>
> consider the following (starting with a default namespace registry):
> // remap nt namespace
> Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");
> // create new namespace
> NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");
> now the session used above that remapped the nt namespace has an ambigous namespace mapping:
> foobar --> "http://www.jcp.org/jcr/nt/1.0"
> "http://www.jcp.org/jcr/nt/1.0" --> foobar
> "http://www.foo.org/bar/1.0" --> foobar
> i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-242) registration of new namespace does not respect existing session mappings

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-242?page=all ]
     
Stefan Guggisberg closed JCR-242:
---------------------------------

    Resolution: Fixed

fixed in svn r327199

> registration of new namespace does not respect existing session mappings
> ------------------------------------------------------------------------
>
>          Key: JCR-242
>          URL: http://issues.apache.org/jira/browse/JCR-242
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r295031
>     Reporter: Tobias Strasser
>     Assignee: Stefan Guggisberg
>     Priority: Minor
>      Fix For: 1.0

>
> consider the following (starting with a default namespace registry):
> // remap nt namespace
> Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");
> // create new namespace
> NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");
> now the session used above that remapped the nt namespace has an ambigous namespace mapping:
> foobar --> "http://www.jcp.org/jcr/nt/1.0"
> "http://www.jcp.org/jcr/nt/1.0" --> foobar
> "http://www.foo.org/bar/1.0" --> foobar
> i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-242) registration of new namespace does not respect existing session mappings

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-242?page=comments#action_12331473 ] 

Jukka Zitting commented on JCR-242:
-----------------------------------

I remember wondering about this same issue in another project some while ago. The JCR spec doesn't seem to indicate what should happen in such a case.

The problem isn't localized to a single session, as the namespace registrations are global and could thus mess with any number of active sessions that suddenly  receive a new namespace mapping in the underlying namespace registry. Thus I think the registration should not fail as the client code would have no way of anticipating such failures.

+1 to automatically remapping the new namespace for sessions that have already mapped some other namespace to the same prefix.

> registration of new namespace does not respect existing session mappings
> ------------------------------------------------------------------------
>
>          Key: JCR-242
>          URL: http://issues.apache.org/jira/browse/JCR-242
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r295031
>     Reporter: Tobias Strasser
>     Priority: Minor
>      Fix For: 1.0

>
> consider the following (starting with a default namespace registry):
> // remap nt namespace
> Session.setNamespacePrefix("foobar", "http://www.jcp.org/jcr/nt/1.0");
> // create new namespace
> NamespaceRegistry.registerNamespace("foobar", "http://www.foo.org/bar/1.0");
> now the session used above that remapped the nt namespace has an ambigous namespace mapping:
> foobar --> "http://www.jcp.org/jcr/nt/1.0"
> "http://www.jcp.org/jcr/nt/1.0" --> foobar
> "http://www.foo.org/bar/1.0" --> foobar
> i.e. the new foobar namespace is hidden for this session. either the registration should not work, or an automatic prefix is to be defined in all local session mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira