Re: [HEADUP] the http-undertow transport

2016-02-26 Thread Sergey Beryozkin
Hi Freeman Just curious, what is the difference between Netty and Undertow CXF transports ? Thanks, Sergey On 26/02/16 04:03, Freeman Fang wrote: Hi Team, I just push commit to master to add cxf http-undertow transport. This is pretty much like how the cxf http-jetty transport works but s

NullPointerException due to missing JAXBContext in DataWriterImpl(CXF Version: 2.7.3)

2016-02-26 Thread Balana, Vishal
Hello All, CXF Version: 2.7.3 We are trying to call the soap web service using JaxWsClientProxy and occasionally getting NullPointerException from Interceptor chain as following: I am trying to understand the possible scenario where JAXBContext could go null and continuing my research but it w

RE: NullPointerException due to missing JAXBContext in DataWriterImpl(CXF Version: 2.7.3)

2016-02-26 Thread Balana, Vishal
Further information: I came across the following thread but it doesn't have the solution to the problem: http://cxf.547215.n5.nabble.com/CXF-Client-performance-troubleshooting-td5738660.html We have the exact same problem where 80% of time it performs great and 20% of time it doesn't. I found fo