Re: Stream is closed exception when calling CXF WS

2011-06-09 Thread Jérôme Lelong
Hello, Thanks a lot, that's work for me now. Jérôme 2011/6/9 Willem Jiang > Hi, > > It's a bug of CXF, you can work around it by changing the log level setting > on the HTTPConduit. > You can find more information here[1] > > [1]https://issues.apache.org/**jira/browse/CXF-3466

Re: Stream is closed exception when calling CXF WS

2011-06-08 Thread Willem Jiang
Hi, It's a bug of CXF, you can work around it by changing the log level setting on the HTTPConduit. You can find more information here[1] [1]https://issues.apache.org/jira/browse/CXF-3466 On 6/9/11 2:23 AM, Jérôme Lelong wrote: Hi, When i call a CXF WS, an exception (Stream is closed) is

Stream is closed exception when calling CXF WS

2011-06-08 Thread Jérôme Lelong
Hi, When i call a CXF WS, an exception (Stream is closed) is thrown. In my search i have found a Jira, but i don't know if it's the same problem ? https://issues.apache.org/jira/browse/CXF-3554 Could you help me, or provide me way to analyse the problem ? Thanks Jérôme ==