Hi Thomas, If the route can work in Karaf 2.3.3 instead of Karaf 3.0.0. I think it’s bug of PaxWeb which provide the Servlet OSGi service.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 8, 2014 at 3:36:38 AM, Freihalter Thomas ([email protected]) wrote: > > Hello guys, > > I am using Karaf 3.0.0 and Camel 2.12.2 > > If I send a Soap-Envelope to Jetty, the response > contains a '8000' before the Soap-Envelope. > > What does this mean and how can I avoid this? > SoapUi (and my jQuery-Client) is running into timeout. > > With Karaf 2.3.3 everything is okay (no '8000'). > > That's my route: > > > > > > I guess this is related to the response-size, because a mirroring > response works (no '8000'): > > > > > > > best regards > Thomas > > > SoapUi Http-Log: > > >> "POST /cxf/XmlTransfer HTTP/1.1[\r][\n]" > >> "Accept-Encoding: gzip,deflate[\r][\n]" > >> "Content-Type: text/xml;charset=UTF-8[\r][\n]" > >> "SOAPAction: ""[\r][\n]" > >> "Content-Length: 846[\r][\n]" > >> "Host: localhost:8181[\r][\n]" > >> "Connection: Keep-Alive[\r][\n]" > >> "User-Agent: Apache-HttpClient/4.1.1 (java 1.5)[\r][\n]" > >> "[\r][\n]" > >> "> >> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > >> xmlns:ns="http://xmltransfer.util.com">[\n]" " > >> [\n]" " [\n]" " > >> [\n]" " ...[\n]" > >> " ?[\n]" > >> " [\n]" > >> " [\n]" > >> " " > << "HTTP/1.1 200 OK[\r][\n]" > << "Content-Type: text/xml;charset=UTF-8[\r][\n]" > << "Transfer-Encoding: chunked[\r][\n]" > << "Server: Jetty(8.1.14.v20131031)[\r][\n]" > << "[\r][\n]" > << "8000[\r][\n]" > << "> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">... > << "" > << "[\r][\n]" > > >
