On further reflection, this may or may not be a problem with the exception
mappers.  I was trying to send back a Response.Status.BAD_REQUEST when the
client sends malformed XML.  But I suppose the issue could be that the CXF
interceptors are throwing the exception and the exception mappers never have
a chance to handle it.  The specific exception is
com.ctc.wstx.exc.WstxUnexpectedCharException.  This is a subclass of
XMLStreamException, so I was hoping there was a way to map it the way I
wanted.   

--
View this message in context: 
http://cxf.547215.n5.nabble.com/ExceptionMapper-choosing-the-wrong-mapper-tp4775881p4959271.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to