Re: Problem to run a Cactus test using Jetty integration

2008-01-07 Thread Rene Döring
Hello Petar I have used Jetty 6.1.7 which did not work. Now, I try it with Jetty 5.1.14 and it works. That's fine for me. Regards Rene Petar Tahchiev wrote: Hi Rene, can you please tell us what is the version of Jetty you are using? And can you try downgrading to, lets say Jetty 5?

Re: Problem to run a Cactus test using Jetty integration

2008-01-07 Thread Petar Tahchiev
Hi Rene, It seems that the versions of Jetty = 6 there is a gap in the API. Some of the methods that were in the Server class are now missing. And apparently one of them is addListener. Those methods were not deprecated, so I assume that they are just no longer supported. I am not sure if the