Uploaded image for project: 'Wise'
  1. Wise
  2. WISE-288

Usage of Exception.printStackTrace() instead of logging feature

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • CORE 2.2.0
    • CORE 2.1.0
    • core
    • None

    Description

      Usage of Exception.printStackTrace() instead of logging feature

      core-cxf/src/main/java/org/jboss/wise/core/client/consumer/WiseCXFConsumerImpl.java:                t.printStackTrace(messageStream);
      core-cxf/src/main/java/org/jboss/wise/core/client/consumer/WiseCXFConsumerImpl.java:                t.printStackTrace();
      core-cxf/src/test/java/org/jboss/wise/core/client/jaxrs/JaxrsServer.java:                       ex.printStackTrace();
      core/src/main/java/org/jboss/wise/core/client/impl/reflection/BasicWSDynamicClientImpl.java:                e.printStackTrace();
      core/src/main/java/org/jboss/wise/core/client/impl/reflection/BasicWSDynamicClientImpl.java:                e.printStackTrace();
      core/src/main/java/org/jboss/wise/core/client/impl/reflection/EndpointMethodPreview.java:               e.printStackTrace(new PrintStream(os));
      core/src/main/java/org/jboss/wise/core/client/impl/reflection/WSServiceImpl.java:                    e.printStackTrace();
      core/src/main/java/org/jboss/wise/core/client/impl/reflection/WSServiceImpl.java:                e.printStackTrace();
      core/src/main/java/org/jboss/wise/core/handlers/SmooksHandler.java:         e.printStackTrace();
      distribution/main/resouces/samples/helloWorld/src/client/org/jboss/wise/samples/HelloWorldClient.java:      e.printStackTrace();
      distribution/main/resouces/samples/helloWorldServlet/src/client/org/jboss/wise/samples/HelloWorldServlet.java:            e.printStackTrace();
      distribution/main/resouces/samples/interactiveHelloWorld/src/client/org/jboss/wise/samples/InteractiveHelloWorldClient.java:            e.printStackTrace();
      

      Attachments

        Activity

          People

            rhn-support-asoldano Alessio Soldano
            rsvoboda@redhat.com Rostislav Svoboda
            Archiver:
            rhn-support-adandapa Aitik Dandapat

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty