[jboss-osgi-issues] [JBoss JIRA] Resolved: (JBOSGI-139) Implement system BundleContext.loadClass()

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Jun 28 04:14:46 EDT 2010


     [ https://jira.jboss.org/browse/JBOSGI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved JBOSGI-139.
-----------------------------------

    Resolution: Done


Done.

   public Class<?> loadClass(String name) throws ClassNotFoundException
   {
      ClassLoaderDomain domain = getBundleManager().getClassLoaderDomain();
      return domain.loadClass(name);
   }


> Implement system BundleContext.loadClass()
> ------------------------------------------
>
>                 Key: JBOSGI-139
>                 URL: https://jira.jboss.org/browse/JBOSGI-139
>             Project: JBoss OSGi
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 1.0.0 Beta8
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list