JAXBElementProvider prints Exception on System.err
--------------------------------------------------

                 Key: CXF-3849
                 URL: https://issues.apache.org/jira/browse/CXF-3849
             Project: CXF
          Issue Type: Improvement
          Components: JAX-RS
    Affects Versions: 2.4.2
            Reporter: Michael K.
            Priority: Trivial


In org.apache.cxf.jaxrs.provider.JAXBElementProvider
line #167 (version 2.4.2)
line #171 (trunk rev 1166907)
{code:java|title=org.apache.cxf.jaxrs.provider.JAXBElementProvider}
...
} catch (Exception e) {
    e.printStackTrace();
    throw new WebApplicationException(e);        
}
...
{code}
should be without call to e.printStackTrace()

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to