[JBoss-dev] [JBoss JIRA] Updated: (JBREM-1) Thread.currentThread().getContextClassLoader() is wrong

2005-01-17 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-1?page=history ] Tom Elrod updated JBREM-1: --- Fix Version: 1.0.1 final Thread.currentThread().getContextClassLoader() is wrong --- Key: JBREM-1

[JBoss-dev] [JBoss JIRA] Updated: (JBREM-1) Thread.currentThread().getContextClassLoader() is wrong

2005-01-03 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-1?page=history ] Tom Elrod updated JBREM-1: --- Description: AbstractInvoker should use Thread.currentThread().getContextClassLoader() to initialize classbyteloader. Currently it uses this.getClass().getClassLoader()