[ http://issues.apache.org/jira/browse/CACTUS-220?page=comments#action_12362784 ]
Felipe Leme commented on CACTUS-220: ------------------------------------ While I was testing Cactus's samples, I got this error testing on Tomcat 5: [cactustests] Null Test: Caused an ERROR [cactustests] com/gargoylesoftware/htmlunit/WebResponse [cactustests] java.lang.NoClassDefFoundError: com/gargoylesoftware/htmlunit/WebResponse [cactustests] at java.lang.Class.getDeclaredMethods0(Native Method) [cactustests] at java.lang.Class.privateGetDeclaredMethods(Class.java:2365) [cactustests] at java.lang.Class.getMethod0(Class.java:2611) [cactustests] at java.lang.Class.getMethod(Class.java:1579) It probably means we didn't bundle a jar needed by HTML Unit... > Integration with HtmlUnit > ------------------------- > > Key: CACTUS-220 > URL: http://issues.apache.org/jira/browse/CACTUS-220 > Project: Cactus > Type: New Feature > Versions: 1.7 > Reporter: Natalia Kowalczyk > Priority: Minor > Fix For: 1.8 > Attachments: TestHtmlUnitIntegration.java, WebResponseObjectFactory.diff, > patchHtmlunit.txt > > Cactus could integrate with HtmlUnit in the same fashion it does with > HttpUnit. HtmlUnit recognizes more HTML object as scriptable and thus offers > better JavaScript processing. > Attaching a patch for the WebResponseObjectFactory class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
