You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2009/12/28 12:31:29 UTC

[jira] Created: (JCR-2447) RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance

RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance
---------------------------------------------------------------------------------------------------------

                 Key: JCR-2447
                 URL: https://issues.apache.org/jira/browse/JCR-2447
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-jcr2spi
    Affects Versions: 2.1.0
            Reporter: Michael Dürig
            Assignee: Michael Dürig
            Priority: Minor


The Jcr2spiRepositoryFactory uses a default implementation of RepositoryConfig if none is passed to it by the user. Currently this default implementation returns a new RepositoryService instance on each call to getRepositoryService(). This is not correct since the consumer of the RepositoryConfig instance expects the same RepositoryService instance on every call. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2447) RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved JCR-2447.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Fixed at revision: 894150

> RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-2447
>                 URL: https://issues.apache.org/jira/browse/JCR-2447
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jcr2spi
>    Affects Versions: 2.1.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> The Jcr2spiRepositoryFactory uses a default implementation of RepositoryConfig if none is passed to it by the user. Currently this default implementation returns a new RepositoryService instance on each call to getRepositoryService(). This is not correct since the consumer of the RepositoryConfig instance expects the same RepositoryService instance on every call. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-2447) RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2447:
-------------------------------

    Affects Version/s:     (was: 2.1.0)
                       2.0.0
        Fix Version/s:     (was: 2.1.0)
                       2.0.0

Merged to the 2.0 branch in revision 896419.

> RepositoryConfig created by Jcr2spiRepositoryFactory should always return same RepositoryService instance
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-2447
>                 URL: https://issues.apache.org/jira/browse/JCR-2447
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jcr2spi
>    Affects Versions: 2.0.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The Jcr2spiRepositoryFactory uses a default implementation of RepositoryConfig if none is passed to it by the user. Currently this default implementation returns a new RepositoryService instance on each call to getRepositoryService(). This is not correct since the consumer of the RepositoryConfig instance expects the same RepositoryService instance on every call. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.