Re: Jetty classloader

2007-10-11 Thread Gwyn Evans
On Thursday, October 11, 2007, 9:37:27 PM, John <[EMAIL PROTECTED]> wrote: > I imagine that Jetty is using two classloaders, one for the Filter > and one for my application classes. Has anyone else had this problem? No, but different classloaders would suggest you've deployed the Wicket jar som

Re: Jetty classloader

2007-10-11 Thread John Patterson
Ooops! Posted too soon... I had simply removed wicket from my pom by mistake and Eclipse had not shown any build errors but did remove the import statement from my Application. Might have to change this setting! On 11 Oct 2007, at 14:37, John Patterson wrote: Hi, I am having problems

Jetty classloader

2007-10-11 Thread John Patterson
Hi, I am having problems deploying my app on Jetty getting this message: org.apache.wicket.WicketRuntimeException: Application class com.hello.site.HelloApplication must be a subclass of WebApplication at org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.create Appli