Re: Migrate from CXF 2.7.x to 3.0.x in Karaf container

2014-11-07 Thread Daniel Kulp
> On Nov 7, 2014, at 6:30 AM, Frizz wrote: > > Hi there, > > two questions: > (1) What is the recommended approach for migrating CXF 2.7.x to version > 3.0.x in a Karaf container? Likely start from a fresh container and add in what you need. > I mean I could look into apache-cxf-2.7.x-feature

RE: How can I make client requests with dynamic headers?

2014-11-07 Thread Andrei Shakirin
Hi, You can use thread local settings in binding provider to make parameters thread safe: ((BindingProvider)proxy).getRequestContext().put("thread.local.request.context", "true"); See http://cxf.apache.org/faq.html#FAQ-AreJAX-WSclientproxiesthreadsafe? Regards, Andrei. > -Original Message

RE: How can I make requests with dynamic headers?

2014-11-07 Thread Andrei Shakirin
Hi, You can use binding provider context to add SOAP custom headers: http://cxf.apache.org/faq.html#FAQ-HowcanIaddsoapheaderstotherequest/response? Regards, Andrei. > -Original Message- > From: smirnov.kirill [mailto:smirnov.kirill.vladimirov...@gmail.com] > Sent: Mittwoch, 5. November

Exception when trying to retrieve/process a WSDL via WS-MEX

2014-11-07 Thread Ingo
Hi, I am following the advanced systest ' cross_domain ' of CXF 3.0.2. All is running fine and this

Migrate from CXF 2.7.x to 3.0.x in Karaf container

2014-11-07 Thread Frizz
Hi there, two questions: (1) What is the recommended approach for migrating CXF 2.7.x to version 3.0.x in a Karaf container? I mean I could look into apache-cxf-2.7.x-features.xml and uninstall everything manually - but that's quite cumbersome. (2) Is it possible to have two different versions o

Re: Fwd: Apache CXF - JAX-RS Search integration with RestEasy

2014-11-07 Thread Sergey Beryozkin
Hi On 07/11/14 03:42, Jochen Szostek wrote: Hi all, I was hoping to integrate Apache CXF - JAX-RS Search with my RestEasy app. I tried numerous things...but in the end I always get an: Unable to find contextual data of type: org.apache.cxf.jaxrs.ext.search.SearchContext when trying to access/u

RE: ServerImpl.stop() and MultipleEndpointObserver

2014-11-07 Thread Beilin, Vadim
https://issues.apache.org/jira/browse/CXF-6091 -Original Message- From: Beilin, Vadim (ICT) Sent: 03 November 2014 17:49 To: users@cxf.apache.org Subject: ServerImpl.stop() and MultipleEndpointObserver Note: This e-mail has been flagged because although the sender appears to be interna