You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2010/10/19 15:47:26 UTC

[jira] Created: (GERONIMO-5656) JASPI implementation not using ProviderLocator correctly.

JASPI implementation not using ProviderLocator correctly. 
----------------------------------------------------------

                 Key: GERONIMO-5656
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5656
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0
            Reporter: Rick McGuire
            Assignee: Rick McGuire


The JASPI implementation is not correctly using the ProviderLocator code in the geronimo-osgi-locator jar.  In order to function correctly in an OSGi environment, the classes in the locator jar need to be included in the consuming jar as private classes and the bundle also needs to specify a Bundle-Activator so that the bundle's version of the ProviderLocator is primed with access to the framework registry. 

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


[jira] Resolved: (GERONIMO-5656) JASPI implementation not using ProviderLocator correctly.

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

Rick McGuire resolved GERONIMO-5656.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Committed revision 1024240.

> JASPI implementation not using ProviderLocator correctly. 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-5656
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5656
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>             Fix For: 3.0
>
>
> The JASPI implementation is not correctly using the ProviderLocator code in the geronimo-osgi-locator jar.  In order to function correctly in an OSGi environment, the classes in the locator jar need to be included in the consuming jar as private classes and the bundle also needs to specify a Bundle-Activator so that the bundle's version of the ProviderLocator is primed with access to the framework registry. 

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