Thomas Frühbeck created WFLY-3398:
-------------------------------------
Summary: excessive ERROR logging on webservices invocation if SoapFault
Key: WFLY-3398
URL:
https://issues.jboss.org/browse/WFLY-3398
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 8.1.0.CR2
Reporter: Thomas Frühbeck
Assignee: Alessio Soldano
Priority: Minor
AbstractInvocationHandler logs ERROR even if invocation fails with SOAPFault, which is
IMHO wrong.
It is to be handled like @ApplicationException, the service implementation too care to
raise a SOAPFault.
catch (Throwable t) {
WSLogger.ROOT_LOGGER.methodInvocationFailed(t, t.getLocalizedMessage());
handleInvocationException(t);
The current implementation leads to excessive false ERROR logs, which is unpleasant in
production environments.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)