Hi,

looking into the current experimental wicket-cdi-1.1 of the wicket-6.x branch, 
I noticed that the wicket-examples.war runs fine in an Container, here Apache 
Tomcat/7.0.50,
but the StartExamples of the wicket-examples doesn't run.

Weld throws an Deployment Exception

WARN  - Interceptor                - WELD-001700: Interceptor annotation class 
javax.ejb.PrePassivate not found, interception based on it is not enabled
WARN  - WebAppContext              - Failed startup of context 
o.e.j.w.WebAppContext{/,file:/Users/mafulafunk/Code/wicket/wicket-examples/src/main/webapp/},src/main/webapp
org.jboss.weld.exceptions.DeploymentException: javax/servlet/DispatcherType

It can't find the DispatcherType class, which is plausible, since it is part of 
Servlet 3.0 spec.

I messed around with the jetty versions, but no success yet.

mf
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to