You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Peter Davidson (JIRA)" <ji...@apache.org> on 2014/05/28 17:10:01 UTC

[jira] [Updated] (CXF-5775) Constraint Validation Exceptions Logging at Warn logging.LogUtils

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

Peter Davidson updated CXF-5775:
--------------------------------

    Description: 
When a ConstraintValidationExceptions are thrown they are bubbled up to the PhaseInterceptorChain before being logged.  This causes exceptions to be logged at logging.LogUtils as a WARN message.  This is not ideal because cxf validation failures will end up being logged or true cxf WARN messages will not be logged.  Would be nice if these were logged at a different level, or were not logged using the default logger, but instead a custom FaultListener.

h4. Example Log
bq. Interceptor for {http://profile.services.profile.bodybuilding.com/}ProfileService has thrown exception, unwinding now javax.validation.ConstraintViolationException


  was:
When a ConstraintValidationExceptions are thrown they are bubbled up to the PhaseInterceptorChain before being logged.  This causes them to be logged at logging.LogUtils as a WARN message.  This is not ideal because cxf validation failures will end up being logged or cxf WARN messages will not be logged.  Would be nice if these were logged at a different level, or were not logged using the default logger, but instead a custom FaultListener.

h4. Example Log
bq. Interceptor for {http://profile.services.profile.bodybuilding.com/}ProfileService has thrown exception, unwinding now javax.validation.ConstraintViolationException



> Constraint Validation Exceptions Logging at Warn logging.LogUtils
> -----------------------------------------------------------------
>
>                 Key: CXF-5775
>                 URL: https://issues.apache.org/jira/browse/CXF-5775
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 3.0.0
>            Reporter: Peter Davidson
>
> When a ConstraintValidationExceptions are thrown they are bubbled up to the PhaseInterceptorChain before being logged.  This causes exceptions to be logged at logging.LogUtils as a WARN message.  This is not ideal because cxf validation failures will end up being logged or true cxf WARN messages will not be logged.  Would be nice if these were logged at a different level, or were not logged using the default logger, but instead a custom FaultListener.
> h4. Example Log
> bq. Interceptor for {http://profile.services.profile.bodybuilding.com/}ProfileService has thrown exception, unwinding now javax.validation.ConstraintViolationException



--
This message was sent by Atlassian JIRA
(v6.2#6252)