Return-Path: Delivered-To: apmail-incubator-etch-dev-archive@locus.apache.org Received: (qmail 6257 invoked from network); 26 Jan 2009 18:04:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2009 18:04:23 -0000 Received: (qmail 62485 invoked by uid 500); 26 Jan 2009 18:04:23 -0000 Delivered-To: apmail-incubator-etch-dev-archive@incubator.apache.org Received: (qmail 62470 invoked by uid 500); 26 Jan 2009 18:04: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 62459 invoked by uid 99); 26 Jan 2009 18:04:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 10:04: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; Mon, 26 Jan 2009 18:04:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A4B7B234C4A7 for ; Mon, 26 Jan 2009 10:03:59 -0800 (PST) Message-ID: <489174536.1232993039673.JavaMail.jira@brutus> Date: Mon, 26 Jan 2009 10:03:59 -0800 (PST) From: "scott comer (JIRA)" To: etch-dev@incubator.apache.org Subject: [jira] Created: (ETCH-31) MySessionListener in TcpTransportFactory does not override toString() method to show something useful about the transport stack MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: java-binding Affects Versions: 1.0.1, 1.0.0 Reporter: scott comer Priority: Trivial 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.