Zoltan Farkas created CXF-6029:
----------------------------------
Summary: Questionable exception handling
Key: CXF-6029
URL: https://issues.apache.org/jira/browse/CXF-6029
Project: CXF
Issue Type: Bug
Reporter: Zoltan Farkas
Priority: Minor
The following is catch is too wide (includes Error which are unrecoverable):
} catch (Throwable t) {
//ignore
}
A log message might be warranted maybe as well.
https://github.com/apache/cxf/blob/master/core/src/main/java/org/apache/cxf/bus/spring/SpringBusFactory.java#L70
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)