I don't know of any other way to either verify the existence (well, potential
loadability) of a class without loading it, or getting the actual class bytes, than using
the getResource methods. I know that we (in the Remoting project) also use the
getResource methods to get the class bytes to transmit when using remote classloading. I
think it's reasonable to require the user to implement at least getResource(URL) in
their custom classloader.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151115#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...