[ 
https://issues.apache.org/jira/browse/PIVOT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034865#comment-13034865
 ] 

Andrei Pozolotin commented on PIVOT-22:
---------------------------------------

Service::
  public static Object getProvider(String providerName) {
first uses TCCL
            ClassLoader classLoader = 
Thread.currentThread().getContextClassLoader();
            InputStream serviceInputStream = 
classLoader.getResourceAsStream(serviceName);
but then system loader
                providerClass = Class.forName(providerClassName);

etc.

there are few default Class.forName calls:
14 in pivot-core
16 in pivot-wtk


> OSGi support
> ------------
>
>                 Key: PIVOT-22
>                 URL: https://issues.apache.org/jira/browse/PIVOT-22
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Assignee: Sandro Martini
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: pivot-osgi.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to