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

Daniel Kulp resolved CXF-920.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5


Added:

            b = Boolean.getBoolean("org.apache.cxf.logging.enabled");
            //treat these all the same
            b |= 
Boolean.getBoolean("com.sun.xml.ws.transport.local.LocalTransportPipe.dump");
            b |= 
Boolean.getBoolean("com.sun.xml.ws.util.pipe.StandaloneTubeAssembler.dump");
            b |= 
Boolean.getBoolean("com.sun.xml.ws.transport.http.HttpAdapter.dump");

to support the sun properties as well.

> Need system property for output client request and responses
> ------------------------------------------------------------
>
>                 Key: CXF-920
>                 URL: https://issues.apache.org/jira/browse/CXF-920
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Glen Mazza
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.2.5
>
>
> The folks at Metro have a nice option[1] to allow for sending to the standard 
> output client requests and responses.  I think it would be good if we had 
> this system property as well--it provides a good debugging option.  No code 
> yet, just stating the issue.
> [1] https://jax-ws.dev.java.net/guide/Logging.html

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

Reply via email to