Hello, for a student project I need to modify some classes. It's my task to add some new methods and copy the method bodies of the old methods to the new ones (different names and parameters).
Everything works fine if I use setBody(java.lang.String) and make my new methods simply call the old methods. But for performance reasons I need to copy the method bodies and if I just replace this part of the code, i get a ClassNotFoundException if I want to load my class after modification. Can anybody help me, please? I don't have any ideas how to solve this problem. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853134#3853134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853134 ------------------------------------------------------- This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use the industry's leading setup authoring tool, InstallShield X. Learn more and evaluate today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
