View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050127003642Lbuild.338
|
| 1.3.4.3 | modified | starksm | jmx/src/main/org/jboss/mx/loading/RepositoryClassLoader.java | Track what context unregistered the UCL and report this when the UCL is used after being destroyed via a ClassNotFoundException rather than a NullPointerException. Resolves [JBAS-1328] Track where UCLs are destroyed to throw a better exception than NPE. |
| 1.19.4.1 | modified | starksm | jmx/src/main/org/jboss/mx/loading/ClassLoaderUtils.java | Do not recurse into paths ending in .war when looking for resources/classes since this can cause long startup times if wars contain lots of content directly or indirectly via links. Resolves [JBAS-1327] UCL should not scan wars for resources. |