Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3839

excessive ERROR logging on webservices invocation if SoapFault

XMLWordPrintable

      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.

              rhn-engineering-ema Jim Ma
              fruehbeck@aon.at Thomas Frühbeck (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: