RE: cxf:rsServer handle different methods into serviceClass

2017-03-07 Thread Andrei Shakirin
Hi Stefan, You can do something like this in your camel processor to distinguish your method: public void process(Exchange exchange) throws Exception { Message inMessage = exchange.getIn(); String operationName =

Re: Undetermined exceptions during web service call

2017-03-07 Thread Daniel Kulp
If you make sure you have a recent version of ASM (5.x preferred) on the class path, I THINK these should go away. That said, it shouldn’t have an impact on using the service which is why they are debug logs. Dan > On Mar 7, 2017, at 2:50 PM, Morein, Arnie

Undetermined exceptions during web service call

2017-03-07 Thread Morein, Arnie
CXF 3.1.10 When making a call, there are exceptions logged. The call is made and returns and is marked as failed, but I have no idea if the failure is a result of the NPEs. Can someone tell me why I'm getting the NPEs? 2017-03-07 13:44:36.531 DEBUG [LogUtils ] - Using

Map from CXF JAX-RS with name-value formatting

2017-03-07 Thread rj
I am using Apache CXF framework for webservice functionality. I am sending Json request as below { "MyData":{ "name":"map data", "data":{ "a1": "b1", "a2": "b2" } } } Converting it to java HashMap gives null value. When i am sending as this { "MyData":{ "name":"map data", "data":{ "entry":[ {