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 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.crea teApplication(ContextParamWebApplicationFactory.java:78) at org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.crea teApplication(ContextParamWebApplicationFactory.java:51)

I imagine that Jetty is using two classloaders, one for the Filter and one for my application classes. Has anyone else had this problem?

Thanks,

John


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to