You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/02/16 15:17:00 UTC

[jira] Created: (SLING-858) RepositoryClassLoaderProviderImpl does not handle bind/unbind repository correctly

RepositoryClassLoaderProviderImpl does not handle bind/unbind repository correctly
----------------------------------------------------------------------------------

                 Key: SLING-858
                 URL: https://issues.apache.org/jira/browse/SLING-858
             Project: Sling
          Issue Type: Bug
          Components: JCR
    Affects Versions: JCR Classloader 2.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For:  JCR Classloader 2.0.4


The current implementation just resets the instance variable repository to null if the unbind happens. However, the unbind can happen after the new bind!

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


[jira] Closed: (SLING-858) RepositoryClassLoaderProviderImpl does not handle bind/unbind repository correctly

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

Carsten Ziegeler closed SLING-858.
----------------------------------

    Resolution: Fixed

Removed the bind/unbind methods in revision 744921 and let the scr plugin generate correct implementations for us.

> RepositoryClassLoaderProviderImpl does not handle bind/unbind repository correctly
> ----------------------------------------------------------------------------------
>
>                 Key: SLING-858
>                 URL: https://issues.apache.org/jira/browse/SLING-858
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: JCR Classloader 2.0.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For:  JCR Classloader 2.0.4
>
>
> The current implementation just resets the instance variable repository to null if the unbind happens. However, the unbind can happen after the new bind!

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