java.lang.NoSuchFieldError: config

2008-12-11 Thread sach Beeharry
Hi, I am trying to test my action class using cactus. My web application is on Tomcat and I am running the test from Eclipse. But I am getting the following error when the test runs: java.lang.NoSuchFieldError: config at

Re: java.lang.NoSuchFieldError: config

2008-12-11 Thread Franz Roth
Hi, yesterday I had the same but with the pageContext-Object; Well, there was an jar from gwt with some apache-classes inside (gwt-dev-windows.jar). Took that away and all worked fine :) - check Your classpath. Greez Franz Raúl Villalba schrieb: Hi, I have the exactly error. Please help!!!

RE: java.lang.NoSuchFieldError: config

2008-12-11 Thread Raúl Villalba
Hi, I have the exactly error. Please help!!! -Mensaje original- De: sach Beeharry [mailto:[EMAIL PROTECTED] Enviado el: jueves, 11 de diciembre de 2008 13:23 Para: cactus-user@jakarta.apache.org Asunto: java.lang.NoSuchFieldError: config Hi, I am trying to test my action class using

Linkage Error in JBoss with Cactus

2008-12-11 Thread Josh Smith
I am attempting to run Cactus ServletTestCases against an EAR deployed in JBoss. If my test cases should fail due to data validation checks, it seems to work fine, but in many cases I a getting a Linkage error from inside JBoss that I don't know how to resolve. I am not sure if the Linkage

RE: java.lang.NoSuchFieldError: config

2008-12-11 Thread Daniel Lipofsky
I don't remember what error I had, but I know I had to patch StrutsTest 2.1.4 to work with Cactus 1.8.0. Try this patch (at bottom of page) and see if it helps: http://danlipofsky.com/technical/cactus/ - Dan -Original Message- From: sach Beeharry [mailto:[EMAIL PROTECTED] Sent:

Cactifyear question

2008-12-11 Thread Smith, Josh - Kansas City, Missouri
Where can I find a good reference on how to use the cactus maven2 plugin. (based on Cactus 1.8.1). I need specifics on how to tell Cactus where to go get the War file that will contain the actual test cases when using the cactifyear plugin. I see that there is a cactusWar element for the

Re: java.lang.NoSuchFieldError: config

2008-12-11 Thread sach Beeharry
Thanks Daniel, I added the strutstest-2.1.4-2.4-patched-cactus180.jar to my classpath and things work fine now. Regards, Sach 2008/12/11 Daniel Lipofsky daniel.lipof...@bricsnet.com I don't remember what error I had, but I know I had to patch StrutsTest 2.1.4 to work with Cactus 1.8.0. Try