Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-3849

JAXBElementProvider prints Exception on System.err

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.4.2
    • 2.5, 2.4.4, 2.3.8
    • JAX-RS
    • None

    Description

      In org.apache.cxf.jaxrs.provider.JAXBElementProvider
      line #167 (version 2.4.2)
      line #171 (trunk rev 1166907)

      org.apache.cxf.jaxrs.provider.JAXBElementProvider
      ...
      } catch (Exception e) {
          e.printStackTrace();
          throw new WebApplicationException(e);        
      }
      ...
      

      should be without call to e.printStackTrace()

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            mkroli Michael Krolikowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: