Re: [CXF] deployment problems

2008-04-14 Thread Cencio
Tryed also with CXF 2.0.5.. same results. Oh, in the last post i mess with copy/paste.. this is my endpoint definition: jaxws:endpoint id=ese6ordine serviceName=s:OrdineService implementor=isi.esercitazione.java2wsdl.Server address=/ordine

Re: [CXF] deployment problems [maybe bug?]

2008-04-14 Thread Cencio
Ok... it don't seems a configuration error... In my wsdl i have 2 operation, a request/response and a Oneway. If i remove the Oneway it works!! If i add it all operations are threated as Oneway.. Seems a bug.. someone can try to reproduce it? Cencio wrote: Tryed also with CXF 2.0.5..

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
On Monday 14 April 2008, Cencio wrote: If i remove the wsdlLocation, the wsdl is correctly generated and everything works fine (all calls are replyed with my message). If i leave, the http://localhost:8080/ese6/ordine?wsdl is correctly showign WEB-INF/ordini.wsdl but all calls are threat as

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
I got the testcase, thanks. Just to clarify, I need to uncomment the operation in the wsdl as well. That said, if I do that, it actually works for me with the 2.1 trunk. I get: [java] Invoking notifica... [java] Invoking submitOrdine... [java] submitOrdine.result=123456

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
This is now fixed on trunk. I'll get another 2.1 snapshot out later today as there are several other fixes that need to get out to people to test as well. Dan On Monday 14 April 2008, Daniel Kulp wrote: I got the testcase, thanks. Just to clarify, I need to uncomment the operation in

Re: [CXF] deployment problems

2008-04-12 Thread Cencio
dkulp wrote: Couple questions: 1) What version of CXF? apache-apache-cxf-2.0.4-incubator dkulp wrote: 2) What deployment environment? Tomcat? Yes, Tomcat dkulp wrote: 3) What's logged to the servers logs? Nothing on server logs.. Just a Error reading XMLStreamReader on client

Re: [CXF] deployment problems

2008-04-11 Thread Daniel Kulp
Couple questions: 1) What version of CXF? 2) What deployment environment? Tomcat? 3) What's logged to the servers logs? Looking at the code, if res = msgFac.createMessage(); throws an exception, the return is null and nothing would get written out. It might be best to wrapper the exceptions