Re: Could not find conduit initiator for transport

2014-07-31 Thread axelF
Ok. Thank you for your support -- View this message in context: http://cxf.547215.n5.nabble.com/Could-not-find-conduit-initiator-for-transport-tp5747091p5747164.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: possbile bug in CXF Link implementation

2014-07-31 Thread Sergey Beryozkin
Thanks... Cheers, Sergey On 31/07/14 18:17, Stan Ioan Eugen wrote: Hi, I've created issue https://issues.apache.org/jira/browse/CXF-5920 to follow this. I'll work on a patch these days. 2014-07-30 16:52 GMT+03:00 Sergey Beryozkin : Never mind, I've confirmed that CXF LinkImpl loses the 'conte

Re: Could not find conduit initiator for transport

2014-07-31 Thread Daniel Kulp
On Jul 31, 2014, at 6:00 AM, axelF wrote: > Well we solved our problem. And I have to admit: shame on us! > > > we just used the CXF-Bundle dependency (v2.7.12)... And everything works > perfectly now. > > Sorry to have bothering you Daniel. Well, keep in mind that the cxf-bundle dependency

Re: possbile bug in CXF Link implementation

2014-07-31 Thread Stan Ioan Eugen
Hi, I've created issue https://issues.apache.org/jira/browse/CXF-5920 to follow this. I'll work on a patch these days. 2014-07-30 16:52 GMT+03:00 Sergey Beryozkin : > Never mind, I've confirmed that CXF LinkImpl loses the 'context' part of the > base URI, strange issue, thanks for spotting it, >

Re: How to retrieve return value in out interceptor?

2014-07-31 Thread Sergey Beryozkin
Hi You can use JAX-RS 2.0 ContainerResponseFilter with 2.0 ResourceInfo [1] context injected into it. Or access Response annotations (method annotations by default) directly from ContainerResponseFilter response context. In a pure CXF out interceptor you can get it from the exchange: Operati

Re: How to retrieve return value in out interceptor?

2014-07-31 Thread New Groovy
Thanks, Dan! One more question, how do I retrieve the method called (I need to retrieve the annotations from it) if it's a JAX-RS method? I have used this for in interceptors, but doesn't seem to be working for out interceptor: private Method getTargetMethod(Message m) { BindingOpera

RE: Configuring jaxws clients for performance

2014-07-31 Thread Andrei Shakirin
Hi, Yes, you can use HTTPClientPolicy to tune SSL connections as well. Additionally you can apply TLSClientParameters to conduit to configure SSL specific properties: TLSClientParameters tslClientParameters = new TLSClientParameters(); tslClientParameters.setSecureSocketProtocol("SSL"); httpCond

Re: Could not find conduit initiator for transport

2014-07-31 Thread axelF
Well we solved our problem. And I have to admit: shame on us! we just used the CXF-Bundle dependency (v2.7.12)... And everything works perfectly now. Sorry to have bothering you Daniel. Thank you for the help -- View this message in context: http://cxf.547215.n5.nabble.com/Could-not-find-c

Re: Could not find conduit initiator for transport

2014-07-31 Thread axelF
Thank you Dan. Unfortunately, I realized there's no bus-extensions.txt. Only bus-extensions.xml Regards. -- View this message in context: http://cxf.547215.n5.nabble.com/Could-not-find-conduit-initiator-for-transport-tp5747091p5747120.html Sent from the cxf-user mailing list archive at Nabble