DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21680>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21680 TestClass Loader Summary: TestClass Loader Product: Cactus Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Blocker Priority: Other Component: Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Once we load the test class once in server side (by executing the class in the client side), it is not getting reloaded for the next time when a call comes from client side. Due to this suppose I want to modify a test during test case development time, I have to stop the tomcat server and restart it. Is there any way to overcome this. I tried by modifying "AbstractWebTestCaller.java" (using URLClassLoader), it works fine. Does reloading of the test class have any side-effect or disadvantage? If not, I think this issue has to be addressed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
