Re: [Jwebunit-users] InvocationTargetException Error

2005-06-23 Thread Nicholas Neuberger - Home
On Wednesday 22 June 2005 2:46 pm, Sayeem Ahmed wrote: > Thanks Martin for your support. I appreciate it. I will let you know if any > luck comes out. > Kudosto you Martijn.you really help support jwebunitI have been extremely busy lately and have not been able to finish some things f

Re: [Jwebunit-users] InvocationTargetException Error

2005-06-22 Thread Sayeem Ahmed
Thanks Martin for your support. I appreciate it. I will let you know if any luck comes out. Regards, SayeemOn 6/22/05, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Sayeem,There are 2 possibilities that come to mind:1. Fork your test: ant and junit have some troubles running in the samevirtual machi

Re: [Jwebunit-users] InvocationTargetException Error

2005-06-22 Thread Martijn Dashorst
Sayeem, There are 2 possibilities that come to mind: 1. Fork your test: ant and junit have some troubles running in the same virtual machine. By forking you will create a new environment for the tests to run in. 2. It seems that the xerces version used is not valid. Try adding the xerces-2.6.2

[Jwebunit-users] InvocationTargetException Error

2005-06-15 Thread Sayeem Ahmed
I get the following error when I use WebTestCase. The same class runs ok without WebTestCase. However, I have to use webtestcase. Anybody has ever got this error? Any suggestion is highly appreciated. Thanks to every one for my previous question's clarification regarding checkRadioButton option in