This content has been marked as final.
Show 2 replies
-
1. Re: org.jboss.classloader.spi.base.BaseClassLoader API
jaikiran Mar 6, 2009 7:03 AM (in response to davecasserly)or just tell me where the api or source is for this class.
JBossAS5 is now composed of multiple small projects. The org.jboss.classloader.spi.base.BaseClassLoader class comes from the jboss-cl project. SVN http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl/ -
2. Re: org.jboss.classloader.spi.base.BaseClassLoader API
davecasserly Mar 6, 2009 11:42 AM (in response to davecasserly)Thanks. I ended up finding the jar...... named jboss-classloader.jar !!!
I was really tired when searching for this.... i missed it because i was searching in jars from jboss/server, so missing all the jars in jboss/common and jboss/lib !!! doh
Anyway, i ended up just decompiling it instead and then hacking away the results of a method listLoadedResources(), and got the classpath information i wanted.
I'll take a look at this source too though. Thanks