Yeah you're right about the IBM VM, there are two extra args on their version of the method (a java.security.cert.Certificate and byte[]). It looks like those are related to extra security things that IBM is doing.
Kevin, from your comments and looking into it more seems like the issue I'm having is in working with WebShpere and the multiple classloaders. I think the java.lang.ClassLoader that is created from the GenerateInstrumentedClassLoader works fine for a simple app. If you think otherwise I'd be interested in what I could do to fix it at that level before trying to get into a WebSphere fix. anonymous wrote : I haven't looked at the code lately but it used to rely on the javassist classloading to mirror the classloading policy within the VM. Generating the java.lang.ClassLoader from the GenerateInstrumentedClassLoader I don't think does this. Where would I find the code that would do something like this? Also, I'd be happy to do what I could to get something like this working in WebSphere (assuming that the same implementation may not work in both JBoss AS and WebSphere). Thanks, Tom View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858900#3858900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858900 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
