Ales Justin [http://community.jboss.org/people/alesj] created the discussion
"Re: Unable to tell JBoss to use Parent_Last=true" To view the discussion, visit: http://community.jboss.org/message/577419#577419 -------------------------------------------------------------- > I'm not entirely experienced with the JBoss 6 classloader architecture; how > can I get the information that you have requested? Debugging. :-) I guess some conditional break point in our BaseClassLoader::loadClass e.g. if (className == "com.acme.MyIllegalBootClass") // pseudo code Then we'll probably be able to see who's the initial caller and which CL is used atm. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/577419#577419] Start a new discussion in JBoss Microcontainer at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
