Return-Path: Delivered-To: apmail-incubator-etch-dev-archive@minotaur.apache.org Received: (qmail 13210 invoked from network); 27 Jan 2009 14:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 14:27:24 -0000 Received: (qmail 20278 invoked by uid 500); 27 Jan 2009 14:27:23 -0000 Delivered-To: apmail-incubator-etch-dev-archive@incubator.apache.org Received: (qmail 20128 invoked by uid 500); 27 Jan 2009 14:27:23 -0000 Mailing-List: contact etch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: etch-dev@incubator.apache.org Delivered-To: mailing list etch-dev@incubator.apache.org Received: (qmail 20054 invoked by uid 99); 27 Jan 2009 14:27:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 06:27:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 14:27:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83198234C4A9 for ; Tue, 27 Jan 2009 06:27:02 -0800 (PST) Message-ID: <1206553173.1233066422535.JavaMail.jira@brutus> Date: Tue, 27 Jan 2009 06:27:02 -0800 (PST) From: "scott comer (JIRA)" To: etch-dev@incubator.apache.org Subject: [jira] Updated: (ETCH-31) MySessionListener in TcpTransportFactory does not override toString() method to show something useful about the transport stack In-Reply-To: <489174536.1232993039673.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ETCH-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] scott comer updated ETCH-31: ---------------------------- Component/s: csharp-binding Description: MySessionListener in TcpTransportFactory does not override toString() method. so when the listener is created in MainBlahListener class, printing it doesn't show anything useful: listener started: etch.bindings.java.transport.TcpTransportFactory$MySessionListener@e89b94 would be nice if it showed something more useful such as what interface/port it was listening on. same problem with csharp. patch included and tested. was: MySessionListener in TcpTransportFactory does not override toString() method. so when the listener is created in MainBlahListener class, printing it doesn't show anything useful: listener started: etch.bindings.java.transport.TcpTransportFactory$MySessionListener@e89b94 would be nice if it showed something more useful such as what interface/port it was listening on. Fix Version/s: 1.0.2 Assignee: scott comer same problem with csharp. patch included and tested. changing to fix in 1.0.2. no risk of problems. > MySessionListener in TcpTransportFactory does not override toString() method to show something useful about the transport stack > ------------------------------------------------------------------------------------------------------------------------------- > > Key: ETCH-31 > URL: https://issues.apache.org/jira/browse/ETCH-31 > Project: Etch > Issue Type: Bug > Components: csharp-binding, java-binding > Affects Versions: 1.0.0, 1.0.1 > Reporter: scott comer > Assignee: scott comer > Priority: Trivial > Fix For: 1.0.2 > > Attachments: listener_tostring_cs_patch.txt, listener_tostring_patch.txt > > > MySessionListener in TcpTransportFactory does not override toString() method. so when the listener is created in MainBlahListener class, printing it doesn't show anything useful: > listener started: etch.bindings.java.transport.TcpTransportFactory$MySessionListener@e89b94 > would be nice if it showed something more useful such as what interface/port it was listening on. > same problem with csharp. patch included and tested. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.