Found the problem. As Daniel stated my project loads "org.apache.cxf.transport.http.URLConnectionHTTPConduit" instead of "org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit" because class path issue. Resolved it and working correctly. Following forum entry helped to identify the issue. http://stackoverflow.com/questions/24277043/verifying-cxf-httpasyncclient-use-of-use-async-http-conduit-contextual-property/24278430#24278430
-- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Asynchronous-call-unsual-delay-tp5764706p5764935.html Sent from the cxf-user mailing list archive at Nabble.com.
