RE: Blueprint NamespaceHandler issue with karaf 4.0.5

2016-08-09 Thread Niten Aggarwal
I am not seeing update to this ticker for long time. Please let me know. Thanks, Niten Aggarwal From: Niten Aggarwal Sent: Tuesday, August 09, 2016 7:18 AM To: 'u...@aries.apache.org'; 'gno...@apache.org' Cc: u...@aries.apache.org Subject: RE: Blueprint NamespaceHandler issue with karaf 4.0.5

CXF server timeout configuration (ReceiveTimeout)

2016-08-09 Thread adventureroller
Hello, I'm trying to configure server timeout for our SOAP web-service on CXF. I have httpConduitConfig.xml with configuration, I'm writing there server configurations for each SoapPort with ReceiveTimeout: /http://somepath}ourSoapPortName.http-destination;> ReceiveTimeout*="30" /> / I'm

RE: Error during WebSocket handshake: Unexpected response code

2016-08-09 Thread CLEMENT Jean-Philippe
Hi Niten, Yes right, I went back to Karaf 4.0.4 and my sample starts properly, and I don't get the "src-resolve: Canot resolve the name 'ptp:ParameterizedInt' to a(n) 'type definition' component." error anymore. Thanks! Regards, JP -Message d'origine- De : Niten Aggarwal

default encoding in LoggingInInterceptor

2016-08-09 Thread Vjacheslav V. Borisov
Hi! Cannot log properly UTF-8 encoded requests using org.apache.cxf.interceptor.LoggingInInterceptor I see in log Encoding: ISO-8859-1 and Payload with incorrect characters Do i need to write something like public class EncodingInterceptor extends AbstractPhaseInterceptor {