You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/07/16 14:23:32 UTC

[jira] Resolved: (AXIS2-3918) JAXWS: Fix the logging of user exceptions thrown by the webservice

     [ https://issues.apache.org/jira/browse/AXIS2-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3918.
-----------------------------------

    Resolution: Fixed

Committed revision 677254.

> JAXWS: Fix the logging of user exceptions thrown by the webservice
> ------------------------------------------------------------------
>
>                 Key: AXIS2-3918
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3918
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem:
> The JAXWS web service provided by the user may throw an exception.  If the exception is an not an expected exception (i.e. an unchecked exception) then it should be logged as an error to aid servicability.  Unchecked exceptions should not be logged as errors.
> Solution:
> I am renaming the jaxws FailureLogger class to WebServiceExceptionLogger.  
> This logger will log unexpected exceptions (i.e. unchecked exceptions) to the error log.  
> If a user wants more extensive logging, the user may specify debug logging for the WebServiceExceptionLogger.  This will cause all exceptions thrown by the WebService to be logged.
> I will be checking in this code soon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org