Re: Tapestry together with CXF

2008-11-10 Thread Henrik Schlanbusch
Thiago, thanks I found the solution with your help: public static void contributeIgnoredPathsFilter(Configuration configuration) { configuration.add("/services/.*"); } Best regards, Henrik - To unsubscribe, e-

Re: Tapestry together with CXF

2008-11-10 Thread Thiago H. de Paula Figueiredo
Em Mon, 10 Nov 2008 02:21:53 -0300, Henrik Schlanbusch <[EMAIL PROTECTED]> escreveu: Just add this method to your AppModule: public static void contributeIgnoredPathsFilter(UnorderedCollection configuration) { configuration.add("/services/.*"); } Thanks man! This seems to be the so

Re: Tapestry together with CXF

2008-11-09 Thread Henrik Schlanbusch
> Just add this method to your AppModule: > > public static void > contributeIgnoredPathsFilter(UnorderedCollection configuration) { > configuration.add("/services/.*"); > } Thanks man! This seems to be the solution to my problem, but one more thing I cannot get the UnorderedCollection f

Re: Tapestry together with CXF

2008-11-09 Thread Thiago H. de Paula Figueiredo
Em Sun, 09 Nov 2008 19:08:38 -0300, Henrik Schlanbusch <[EMAIL PROTECTED]> escreveu: Hi Hi! I have run into a problem. I have defined two servlets in my web.xml - one tapestry5 and one for apache CXF. Strictly speaking, Tapestry 5 is a servlet filter. :) When I try to browse the wsdls

Tapestry together with CXF

2008-11-09 Thread Henrik Schlanbusch
Hi I have run into a problem. I have defined two servlets in my web.xml - one tapestry5 and one for apache CXF. I have defined them in a way that I should hit the CXF whenever I run /services/* and tapestry for all other urls. When I try to browse the wsdls on my server, I can see that the CXF