I'm trying to hotpatch a Java class as described here
http://www.fasterj.com/articles/hotpatch1.shtml

However I am unable to obtain the Class I want to redefine. The class is used 
in an ear deployment.

I'm only able to get the  sun.misc.Launcher$AppClassLoader which cannot see the 
class I am interested in.

Is there any way to get Class/ClassLoader for a file in an ear deploy?

Thanks a lot!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050976#4050976

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050976
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to