You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2008/01/14 08:00:51 UTC

[jira] Created: (WSCOMMONS-293) Message Logging with TCPMon (TcpTunnel)

Message Logging with TCPMon (TcpTunnel)
---------------------------------------

                 Key: WSCOMMONS-293
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-293
             Project: WS-Commons
          Issue Type: New Feature
          Components: TCPMon
            Reporter: Hiranya Jayathilaka


This patch enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.

<message-log>
  <message>
    <timestamp />
    <logtime />
    <request />
    <response />
  </message>
</message-log>

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-293) Message Logging with TCPMon (TcpTunnel)

Posted by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka updated WSCOMMONS-293:
------------------------------------------

    Attachment: logreadersample

Added a sample message log parser based on DOM

> Message Logging with TCPMon (TcpTunnel)
> ---------------------------------------
>
>                 Key: WSCOMMONS-293
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-293
>             Project: WS-Commons
>          Issue Type: New Feature
>          Components: TCPMon
>            Reporter: Hiranya Jayathilaka
>         Attachments: logreadersample, result.xml, tcpmon-patch
>
>
> This patch (see attached tcpmon-patch file) enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.
> <message-log>
>   <message>
>     <timestamp />
>     <logtime />
>     <request />
>     <response />
>   </message>
> </message-log>

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-293) Message Logging with TCPMon (TcpTunnel)

Posted by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka updated WSCOMMONS-293:
------------------------------------------

    Attachment: result.xml

This is a sample message log file generated by TCPMon after applying this patch

> Message Logging with TCPMon (TcpTunnel)
> ---------------------------------------
>
>                 Key: WSCOMMONS-293
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-293
>             Project: WS-Commons
>          Issue Type: New Feature
>          Components: TCPMon
>            Reporter: Hiranya Jayathilaka
>         Attachments: result.xml, tcpmon-patch
>
>
> This patch (see attached tcpmon-patch file) enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.
> <message-log>
>   <message>
>     <timestamp />
>     <logtime />
>     <request />
>     <response />
>   </message>
> </message-log>

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-293) Message Logging with TCPMon (TcpTunnel)

Posted by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka updated WSCOMMONS-293:
------------------------------------------

    Attachment: tcpmon-patch

> Message Logging with TCPMon (TcpTunnel)
> ---------------------------------------
>
>                 Key: WSCOMMONS-293
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-293
>             Project: WS-Commons
>          Issue Type: New Feature
>          Components: TCPMon
>            Reporter: Hiranya Jayathilaka
>         Attachments: tcpmon-patch
>
>
> This patch enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.
> <message-log>
>   <message>
>     <timestamp />
>     <logtime />
>     <request />
>     <response />
>   </message>
> </message-log>

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-293) Message Logging with TCPMon (TcpTunnel)

Posted by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka updated WSCOMMONS-293:
------------------------------------------

    Description: 
This patch (see attached tcpmon-patch file) enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.

<message-log>
  <message>
    <timestamp />
    <logtime />
    <request />
    <response />
  </message>
</message-log>

  was:
This patch enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.

<message-log>
  <message>
    <timestamp />
    <logtime />
    <request />
    <response />
  </message>
</message-log>


> Message Logging with TCPMon (TcpTunnel)
> ---------------------------------------
>
>                 Key: WSCOMMONS-293
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-293
>             Project: WS-Commons
>          Issue Type: New Feature
>          Components: TCPMon
>            Reporter: Hiranya Jayathilaka
>         Attachments: tcpmon-patch
>
>
> This patch (see attached tcpmon-patch file) enables logging messages sent through TCPMon-TcpTunnel (command line mode of TCPMon) in an XML file. The schema of the resulting XML log file is as follows.
> <message-log>
>   <message>
>     <timestamp />
>     <logtime />
>     <request />
>     <response />
>   </message>
> </message-log>

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org