Re: Use CXFServlet programmatically (moving from XFire to CXF)

2007-05-31 Thread Willem Jiang
Hi Please see the comments in lines. Dan Diephouse wrote: Hi Fabian, What version of CXF are you using? I know there was a slight bug with this at some point (i.e. Endpoint.publish() doesn't find the correct CXF instance which is associated with the CXFServlet), so that may be part of the

Re: soap:address location

2007-05-31 Thread John Pederzolli
Willem - Thanks - I downloaded the latest from SVN (543174) and everything looks good now. I was running the latest RC1 binary available on the website. - John Willem Jiang-2 wrote: Hi John Can you tell me which version of CXF are you using? The WSDL generator was broken by my May,23

Re: Problem matching URI templates with RESTful binding

2007-05-31 Thread Freeman Fang
Hi Adrian, It's weird, I can't reproduce your problem. Your code seems correct to me. What's your Contacts.java and Contact.java looks like. Please send me your entire testcase if possible. Thanks very much Freeman Trenaman, Adrian wrote: Hi there, Does anyone know if there's some

Re: Aegis binding

2007-05-31 Thread Freeman Fang
Thanks Tog, I will fix it ASAP. Cheers Freeman tog wrote: Hi Freeman, Here it is https://issues.apache.org/jira/browse/CXF-697 The test case is included. Cheers Tog On 5/30/07, Freeman Fang [EMAIL PROTECTED] wrote: Hi Tog, Would you please fill a jira issue and append your test case. I

RE: Problem matching URI templates with RESTful binding

2007-05-31 Thread Liu, Jervis
Hi Adrian, we also have a similar system test under org.apache.cxf.systest.rest.RestClientServerBookTest. If you don't mind playing around with CXF source code, you can modify this test case to reproduce the problem you reported and submit the modified test case as a patch. Cheers, Jervis

Re: Use CXFServlet programmatically (moving from XFire to CXF)

2007-05-31 Thread Fabian Linz
Hi Willem, hi Dan, thanks for your help. At the moment I am using the RC. After I added the two lines to set the default bus it worked for both ways of publishing (Endpoint and JaxWsServerFactoryBean). And now that I know that this is possible I only use relative uris to publish my services.

Re: JaxWsServiceConfiguration ... proxied classes?

2007-05-31 Thread Brice Ruth
Sorry, I shouldn't be pushy. Not sure if the bottom has any other side-effects, not understanding entirely how getPackageName is being used in the Request/Response methods. It works, though. :) Index: rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java