Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 5183 invoked from network); 2 Oct 2008 15:53:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 15:53:45 -0000 Received: (qmail 32210 invoked by uid 500); 2 Oct 2008 15:53:43 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 32181 invoked by uid 500); 2 Oct 2008 15:53:43 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 32170 invoked by uid 99); 2 Oct 2008 15:53:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 08:53:43 -0700 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; Thu, 02 Oct 2008 15:52:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3236234C1FB for ; Thu, 2 Oct 2008 08:52:53 -0700 (PDT) Message-ID: <1236331721.1222962773729.JavaMail.jira@brutus> Date: Thu, 2 Oct 2008 08:52:53 -0700 (PDT) From: "Jeff Ward (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1963) The JmsFrameTranslator for stomp outputs "is null" to the console on every recieved message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The JmsFrameTranslator for stomp outputs "is null" to the console on every recieved message ------------------------------------------------------------------------------------------- Key: AMQ-1963 URL: https://issues.apache.org/activemq/browse/AMQ-1963 Project: ActiveMQ Issue Type: Bug Components: Transport Affects Versions: 5.2.0, 5.1.0 Reporter: Jeff Ward JmsFrameTranslator.java has a console write line to output "is null" whenever it creates a new xstream object. This can occur on every frame and can clutter log files. Either it needs to be changed to a log4j call or it needs to be removed entirely. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.