You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Joe Bergmark (JIRA)" <ji...@apache.org> on 2010/03/10 15:53:27 UTC

[jira] Created: (OWB-323) Provide methods to pass classloader into ServiceLoader and WebBeansFinder for use in tiered classloader situations

Provide methods to pass classloader into ServiceLoader and WebBeansFinder for use in tiered classloader situations
------------------------------------------------------------------------------------------------------------------

                 Key: OWB-323
                 URL: https://issues.apache.org/jira/browse/OWB-323
             Project: OpenWebBeans
          Issue Type: New Feature
          Components: Core
    Affects Versions: M4
            Reporter: Joe Bergmark
            Assignee: Joe Bergmark
            Priority: Minor
             Fix For: 1.0.0


Add an equivalent

ServiceLoader.getService
and
WebBeansFinder.getSingletonInstance

that support being passed a classloader so that the current thread classloader isn't assumed.   This would primarily be useful in tiered classloading situations where you may need to get the scanner (or other service) for a particular classloader when that classloader is not the current threads context classloader.

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


[jira] Closed: (OWB-323) Provide methods to pass classloader into ServiceLoader and WebBeansFinder for use in tiered classloader situations

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

Gurkan Erdogdu closed OWB-323.
------------------------------

      Assignee: Gurkan Erdogdu  (was: Joe Bergmark)
    Resolution: Fixed

> Provide methods to pass classloader into ServiceLoader and WebBeansFinder for use in tiered classloader situations
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OWB-323
>                 URL: https://issues.apache.org/jira/browse/OWB-323
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: M4
>            Reporter: Joe Bergmark
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>             Fix For: 1.0.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Add an equivalent
> ServiceLoader.getService
> and
> WebBeansFinder.getSingletonInstance
> that support being passed a classloader so that the current thread classloader isn't assumed.   This would primarily be useful in tiered classloading situations where you may need to get the scanner (or other service) for a particular classloader when that classloader is not the current threads context classloader.

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