One solution I found so far is to extend JavascriptQueryHandler and override the method isRecognizedQuery to return false always. The other solution is to extend org.apache.cxf.transports.http.internal.QueryHandlerRegistryImpl and override getHandlers() to return an empty list of QueryHandlers. Both the solutions seems to be working for me.
Could you please suggest me if it is ok to implement like this? Or do you know a better way to handle this? -- View this message in context: http://cxf.547215.n5.nabble.com/Is-there-a-way-to-suppress-the-usage-of-org-apache-cxf-javascript-JavascriptQueryHandler-for-my-JAX--tp5733646p5733690.html Sent from the cxf-user mailing list archive at Nabble.com.
