|
What version of WAS are you running? 5.1? 6.0? I think the IBM runtimes have a version of StringUtils so you might need to move the Commons-lang jar higher (or lower) in the Export order. Go to the properties of your project and Java Build Path. Try moving it around and doing a Clean and Build. See if that helps.
Joe Athman -----Original Message-----
Hi,
I am trying to run a JWebUnit test in IBM's RAD. I have configured all the required jar files from JUnit and JWebUnit. I am executing the test using JUnitEE Testrunner.
Here is my Test :
public class ParcelTest extends WebTestCase {
super(name);
/* }
I am getting the following error :
java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils: method
substringAfter(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not
found The jsp I am tetsing has the DOCTYPE tag.
Could anyone help me resolve this error?
Thanks, Vani
============================================================================== This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. ============================================================================== The St. Paul Travelers e-mail system made this annotation on 09/18/06, 13:06:13. |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Jwebunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
