I was hoping this would be easier because I just want to do a simple test run with Wicket inside an EAR on GlassFish v3. However now that I have added the Wicket libraries through the netbeans plugin to my WAR project
- wicket-1.4.10.jar
- wicket-extensions-1.4.10.jar
- slf4j-api-1.4.2.jar
- slf4j-jdk14-1.4.2.jar
I get this startup error when I try to launch my web application on GlassFish:
exception
javax.servlet.ServletException: PWC1243: Filter execution threw an exception root cause
java.lang.NoClassDefFoundError: org/apache/velocity/app/Velocity
Does Wicket need velocity as a dependency? I checked the default project structure created by maven and didnt find the dependency. I also checked a wicket + ejb tutorial which doesnt mention velocity either.
Now that I added velocity to my classpath I get this error:
http://jira.codehaus.org/browse/MSITE-286
This seems to be an issue resolved in 2008 (I used the latest version of course).
Any ideas on what I'm doing wrong?
thanks in advance