Re: CXF is not working with convention plugin

2009-08-09 Thread Leegorous
Hi, Thanks, I'll try. But I think is there a way to make them RESTful? Leegorous On Tue, Aug 4, 2009 at 1:47 AM, Greg Lindholm wrote: > I haven't used conventions plugin but I have had issues with running struts2 > apps and servlets together. With the default configuration the struts2 > filter w

Re: CXF is not working with convention plugin

2009-08-03 Thread Greg Lindholm
I haven't used conventions plugin but I have had issues with running struts2 apps and servlets together. With the default configuration the struts2 filter was trying to map my servlet calls to struts actions. To make them play nice together I explicitly configured all action to use an '.action' ext

CXF is not working with convention plugin

2009-08-01 Thread Leegorous
Hi all, Here my app contains web services, using CXF. When I try to use convention plugin to eliminate verbose config, the webservice is not working, it always redirect to default homepage. Does anyone have experience in using convention plugin and webservice together? Thanks in advance Lee --