[webbeans-issues] [JBoss JIRA] Closed: (WBRI-70) remvove use of Thread.currentThread().getContextClassloader();
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Dec 24 18:59:54 EST 2008
[ https://jira.jboss.org/jira/browse/WBRI-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed WBRI-70.
-------------------------
Resolution: Done
All classloading is delegated to SPI, except initial load of class for SPI, which is loaded in a environment specific fashion (e.g. servlet is loaded from:
servletContext.getClass().getClassLoader().loadClass()
).
This works in JBoss5, may need fiddling with for other envs?
> remvove use of Thread.currentThread().getContextClassloader();
> --------------------------------------------------------------
>
> Key: WBRI-70
> URL: https://jira.jboss.org/jira/browse/WBRI-70
> Project: Web Beans RI
> Issue Type: Task
> Reporter: Pete Muir
> Assignee: Pete Muir
> Fix For: 1.0.0.ALPHA2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list