[Lift] Re: Lift WebServices

2009-09-08 Thread David Pollak
On Tue, Sep 8, 2009 at 4:19 PM, abruzzo wrote: > > Whoops! Should have looked there. That fixed it. Thanks again for the > help. > Sure thing. > > On Sep 8, 4:44 pm, David Pollak wrote: > > You declared the LiftFilter twice in your web.xml file: > > > > > > LiftFilter > > Lift Filt

[Lift] Re: Lift WebServices

2009-09-08 Thread abruzzo
Whoops! Should have looked there. That fixed it. Thanks again for the help. On Sep 8, 4:44 pm, David Pollak wrote: > You declared the LiftFilter twice in your web.xml file: > >   >     LiftFilter >     Lift Filter >     The Filter that intercepts lift calls >     net.liftweb.http.LiftFilter >  

[Lift] Re: Lift WebServices

2009-09-08 Thread David Pollak
You declared the LiftFilter twice in your web.xml file: LiftFilter Lift Filter The Filter that intercepts lift calls net.liftweb.http.LiftFilter THis caused the filter to be loaded twice. Remove one of the filter declarations and you should be fine. On Tue, Sep 8, 2009 at

[Lift] Re: Lift WebServices

2009-09-08 Thread David Pollak
Can you privately send me a zipped file containing your project (please remove the target directory before sending). I think there is something very wrong, but can't diagnose it from the stack trace. On Tue, Sep 8, 2009 at 9:43 AM, abruzzo wrote: > > I'm trying to set up a simple web service us