Compile Error on 1.5-RC1 java 1.6.0_22

2011-02-02 Thread Cristiano Gavião
I'm testing the 1.5-rc1, on Mac Snow Leopard with java 1.6.0_22-b04-307-10M3261 and Maven 3.0.2. But I'm getting a compiler error. I used this to create the test project: mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart

Re: entity manager in webapp

2011-03-11 Thread Cristiano Gavião
Well, warp-persist became Guice-Persist... and it is part of 3.0: dependency groupIdcom.google.inject.extensions/groupId artifactIdguice-persist/artifactId version3.0-rc3/version /dependency dependency groupIdcom.google.inject.extensions/groupId artifactIdguice-servlet/artifactId

Error on GuiceWebApplicationFactory javadoc

2011-03-14 Thread Cristiano Gavião
Hi, I'm testing the wicket guice integration. At the GuiceWebApplicationFactory class javadoc I could read this example of how to setup web.xml: filter filter-nameMyApplication/filter-name filter-classorg.apache.wicket.protocol.http.WicketFilter/filter-class init-param