Re: [CXF] deployment problems

2008-04-14 Thread Cencio
://www.nabble.com/-CXF--deployment-problems-tp16627862p16678535.html Sent from the cxf-user mailing list archive at Nabble.com.

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

2008-04-14 Thread Cencio
(); } return res; } } Any tip? Thx all, Lorenzo -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/-CXF--deployment-problems-tp16627862p16678573.html Sent

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
, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/-CXF--deployment-problems-tp16627862p16648794.html Sent from the cxf-user mailing list archive at Nabble.com.

[CXF] deployment problems

2008-04-11 Thread Cencio
(); } return res; } } Any tip? Thx all, Lorenzo -- View this message in context: http://www.nabble.com/-CXF--deployment-problems-tp16627862p16627862.html Sent from the cxf-user mailing list archive at Nabble.com.

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