Re: WADLManager cache

2015-06-02 Thread Daniel Kulp
> On Jun 1, 2015, at 7:43 PM, dilipjain70 wrote: > > Hello, > We're currently using CXF 2.7.7. When invoking a Web service, if the > Service Provider changes the WSDL, what are our options to get around WSDL > caching by WSDLManager? You can grab the WSDLManager and doe something like: manage

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

2015-06-02 Thread Ingo
Dear Colm, sorry for the delayed catchup, but in the meanwhile I found the time to debug the scenario and figured out the *root cause* *of the exception*, which I wanted to share, since it was NOT simple... The setup of the cross_domain

No SessionManager

2015-06-02 Thread dsjaxen
Hi! We have the following in our blueprint: true true http://0.0.0.0:$";>http://0.0.0.0:$[rest.port]/xxx";> However, the HTTP Session manager is not started. This became a problem when switching to karaf 3.0.3/cxf 3.0.2/camel 2

Re: The resource path [cxf-ehcache.xml] is not valid

2015-06-02 Thread Colm O hEigeartaigh
Could you enable DEBUG logging in Tomcat, restart the application + attach the sercice debug log? Are you manually configuring any of the token caches or replay caches? Colm. On Sun, May 31, 2015 at 10:12 PM, corocraft wrote: > I'm trying to implement message-level encryption. Specifically, the

Re: Defining multiple redirects for static resources

2015-06-02 Thread Sergey Beryozkin
Hi It is not possible to configure a single CXF servlet this way. Just a quick question: do you really need to have .css and .js resource paths overlapping with CXFServlet resource/endpoint path ? Example, CXFServlet may be having a "/services/*" URL pattern, do you need to have "/services/a.

Re: SwA: Wrong Content-Type of root part

2015-06-02 Thread Aki Yoshida
Hi Stefan, Christian, Oh. I didn't know there was a ticket already. The patch has been pushed with CXF-6431 and this ticket explain what was fixed. The fixed version of 3.0.6-SNAPSHOT will be available at the central maven repo tomorrow. If you can test verify it with your scenario, that will be ap

Re: Programatically registering a provider

2015-06-02 Thread Sergey Beryozkin
Hi On 29/05/15 11:28, Martin Nielsen wrote: Hi! I need to add a provider to transform some jaxb annotated classes into html. I found this piece of documentation: http://cxf.apache.org/docs/jax-rs-basics.html#JAX-RSBasics-Customizingmediatypesformessagebodyproviders It says "One can easily regi

Re: WSDLManager cache

2015-06-02 Thread Sergey Beryozkin
Just updating the Subject to avoid the confusions Cheers, Sergey On 02/06/15 00:43, dilipjain70 wrote: Hello, We're currently using CXF 2.7.7. When invoking a Web service, if the Service Provider changes the WSDL, what are our options to get around WSDL caching by WSDLManager? We're open to up

Re: Problems calling a WCF service from CXF

2015-06-02 Thread rossgard
The reason for the problem was that the server had not added our certificate :( Everything works as intended. -- View this message in context: http://cxf.547215.n5.nabble.com/Problems-calling-a-WCF-service-from-CXF-tp5757799p5757851.html Sent from the cxf-user mailing list archive at Nabble.co