Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-05-30 Thread rahulsharma
Hi everyone, I am upgrading from cxf 2.2.6 to 3.1.11. while upgrading I am getting the exception as follows [main].BaseApplication.main:591 {31/05/2017 05:11:03.117} >> ERROR > EXCEPTION { > Cause : org.springframework.beans.factory.BeanCreationException: Error > creating bean with name '(in

RE: Dynamically Configure CXF Policy Framework

2017-05-30 Thread Andrei Shakirin
Hi, This blog could help: http://ashakirin.blogspot.de/2012/02/using-ws-policy-in-cxf-projects.html Take a look into "Dynamically through message property" Regards, Andrei. > -Original Message- > From: Isuranga Perera [mailto:isurangamper...@gmail.com] > Sent: Sonntag, 28. Mai 2017 06:

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-30 Thread Dennis Kieselhorst
Please read: http://cxf.apache.org/docs/general-cxf-logging.html

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-30 Thread rahulsharma
Hi Dennis, I am just importing the CXF and Spring jars into my application. So How can I increase the logging level of the exception we have a property file called logging.xml In which I tried to enable logs as follows But I am getting the same stack trace Can you please suggest m

Re: Problem with MTOM in Camel-CXF

2017-05-30 Thread Dennis Kieselhorst
> I think Joerg's suggestion makes sense. > The comments in the code talks about utilizing CXF's data-binding code > and to do that, it is checking the class name. If anyone (e.g., > camel-cxf) is extending CXF's data-binding code and use it in CXF, I > suppose it will make sense to provide the sam

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-30 Thread Dennis Kieselhorst
Well no cause is given there. Can you please increase the loglevel and post the output? Cheers Dennis

Re: HTTP 415 raised by JAX-RS service consuming multipart

2017-05-30 Thread Sergey Beryozkin
Hi On 30/05/17 08:43, nicolasduminil wrote: Hi Sergey, Thanks for these explanations. I followed the link you've suggested and, yes, this is exactly the kind of payload I would need. However, I stoped reading it quite fast, for reasons that you probably will guess: I'm not very confortable to re

Re: HTTP 415 raised by JAX-RS service consuming multipart

2017-05-30 Thread nicolasduminil
Hi Sergey, Thanks for these explanations. I followed the link you've suggested and, yes, this is exactly the kind of payload I would need. However, I stoped reading it quite fast, for reasons that you probably will guess: I'm not very confortable to read HTTP code which, in my opinion, is not dedi