Sergey, One last thing. In order to implement our own JSON namespace handling convention we needed to create an instance of the class JSONUtils.JettisonReader, providing it an XMLStreamReader instance that in turn takes as a parameter a subclass of MappedNamespaceConvention.
Unfortunately the class JSONUtils.JettisonReader is a private inner class of JSONUtils, so in order to accomplish our goal we copied the source 100% and renamed the file within our own source tree. Rather than maintain this code separately, we would rather use it as it exists inside the CXF library. Can we make JSONUtils a public standalone class? I can create a ticket if you think this is a worthwhile change. Thanks, Tom -- View this message in context: http://cxf.547215.n5.nabble.com/how-to-specify-default-namespace-in-JSON-tp5728855p5729515.html Sent from the cxf-user mailing list archive at Nabble.com.
