Re: Spring light integration

2007-11-14 Thread Malcolm Edgar
That is all you should need to do. regards Malcolm Edgar On Nov 14, 2007 11:52 PM, Landry Soules <[EMAIL PROTECTED]> wrote: > Thanks Malcolm. > > I already set my web.xml this way : > > >CayenneFilter > >org.apache.cayenne.conf.WebApplicationContextFilter >

Re: Spring light integration

2007-11-14 Thread Landry Soules
Thanks Malcolm. I already set my web.xml this way : CayenneFilter org.apache.cayenne.conf.WebApplicationContextFilter CayenneFilter /* Is there something else to declare ? Thanks for your help. Landry Malcolm Edgar a écrit : H

Re: Spring light integration

2007-11-11 Thread Malcolm Edgar
Hi Landry, You will need to setup a DataContext servlet filter in your web application to bind a DataContext to the request thread. regards Malcolm Edgar On Nov 12, 2007 6:07 AM, Landry Soules <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently working on a web project developped with Wicket

Spring light integration

2007-11-11 Thread Landry Soules
Hello, I'm currently working on a web project developped with Wicket and Cayenne. Everything worked fine but we are now planing to use Spring too. I've seen the examples on the wiki, but i found it quite complex , since i don't want to go the DAO way. Indeed, the only Spring/Cayenne interaction