We don't use JPA at work, but we use OSIV (we're using straight hibernate). Anyway, for the JPA configuration, you can look at:
https://wicketopia.svn.sourceforge.net/svnroot/wicketopia/trunk/jpa-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml On Mon, Sep 29, 2008 at 7:57 AM, Korbinian Bachl - privat <[EMAIL PROTECTED]> wrote: > really? - I tried it but... > > would you please be so nice and post the part of the web.xml where it is > mapped and the corresponding part of the spring-application.xml ? > > what wicket version are you on? what runtime (Tomcat 6?)? > > Best, > > Korbinian > > > James Carman schrieb: >> >> On Mon, Sep 29, 2008 at 7:14 AM, Korbinian Bachl - privat >> <[EMAIL PROTECTED]> wrote: >> >>> However, the OpenSessionInViewFilter will not work with wicket, even if >>> mapped to "/*" in the web.xml >> >> Huh? We use it and it works just fine. By the way, have you tried >> OpenEntityManagerInViewFilter if you're using JPA? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
