Hello, We are using CXF for REST and Jettison 1.3.2. For a JSON request when SAXParseException is thrown the column and line are incorrect in the exception. The line is always -1 and the column is 0. Note, this is not the case for the same request is XML. Is there any way to get the line/column detail JSON requests when the reader/unmarshaller encounters an unknown element? Thanks!
- Steve
