[jira] Created: (MUSE-299) SOAP responses are not logged

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (MUSE-299) SOAP responses are not logged

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SOAP responses are not logged
-----------------------------

                 Key: MUSE-299
                 URL: https://issues.apache.org/jira/browse/MUSE-299
             Project: Muse
          Issue Type: Bug
          Components: Deployment - Axis2
    Affects Versions: 2.2.0
            Reporter: Francesco Scandelli
            Assignee: Dan Jemiolo
             Fix For: 2.2.1, 2.3.0


The documentation (http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html) says that  setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@...
For additional commands, e-mail: muse-dev-help@...


[jira] Assigned: (MUSE-299) SOAP responses are not logged

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Chris Twiner reassigned MUSE-299:
---------------------------------

    Assignee: Chris Twiner  (was: Dan Jemiolo)

> SOAP responses are not logged
> -----------------------------
>
>                 Key: MUSE-299
>                 URL: https://issues.apache.org/jira/browse/MUSE-299
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Axis2
>    Affects Versions: 2.2.0
>            Reporter: Francesco Scandelli
>            Assignee: Chris Twiner
>             Fix For: 2.2.1, 2.3.0
>
>
> The documentation (http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html) says that  setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@...
For additional commands, e-mail: muse-dev-help@...


[jira] Commented: (MUSE-299) SOAP responses are not logged

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758402#action_12758402 ]

Chris Twiner commented on MUSE-299:
-----------------------------------

just added after the invoke:
 
        // HACK part two (issue 299) log the response
        if (router.getLog().getLevel() == Level.FINE && soapResponse != null)
        {
        LoggingUtils.logMessage(router.getLog(), soapResponse, false);
        }


> SOAP responses are not logged
> -----------------------------
>
>                 Key: MUSE-299
>                 URL: https://issues.apache.org/jira/browse/MUSE-299
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Axis2
>    Affects Versions: 2.2.0
>            Reporter: Francesco Scandelli
>            Assignee: Chris Twiner
>             Fix For: 2.2.1, 2.3.0
>
>
> The documentation (http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html) says that  setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@...
For additional commands, e-mail: muse-dev-help@...


[jira] Resolved: (MUSE-299) SOAP responses are not logged

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Chris Twiner resolved MUSE-299.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.0)

added the logging, only AxisIsolationLayer is affected.

> SOAP responses are not logged
> -----------------------------
>
>                 Key: MUSE-299
>                 URL: https://issues.apache.org/jira/browse/MUSE-299
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Axis2
>    Affects Versions: 2.2.0
>            Reporter: Francesco Scandelli
>            Assignee: Chris Twiner
>             Fix For: 2.2.1
>
>
> The documentation (http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html) says that  setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@...
For additional commands, e-mail: muse-dev-help@...