"[EMAIL PROTECTED]" wrote : guys, don't we have better doc for people wanting to try something like this?
What makes you think I would document people creating their own classloaders? (I will but this stuff will be in the reference guide rather than the user guide). JavaEE says its illegal for an application to create a classloader. The approach described won't even work with OSGi style classloading. The method works because currently things are using the "big ball of mud" classloading policies. The correct way is to modify the classpath of a deployment using one of the methods Ales showed. Which is actually deployer docs rather than classloader docs. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188779#4188779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188779 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
