I have a similar, but different issue. I have an Exception mapper for javax.xml.stream.XMLStreamException. I also have other mappers and a fallback mapper for Throwable. If an exception is thrown that is a SUBCLASS of XmlStreamException, it is handled by the Throwable Mapper, and not by the XmlStreamException mapper. I don't want to create mappers for every concrete exception type. Exception mappers are supposed to respect inheritance. Any suggestions?
-- View this message in context: http://cxf.547215.n5.nabble.com/ExceptionMapper-choosing-the-wrong-mapper-tp4775881p4959214.html Sent from the cxf-user mailing list archive at Nabble.com.
