Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 70960 invoked from network); 15 May 2010 15:25:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 May 2010 15:25:06 -0000 Received: (qmail 6974 invoked by uid 500); 15 May 2010 15:25:06 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 6949 invoked by uid 500); 15 May 2010 15:25:05 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 6941 invoked by uid 500); 15 May 2010 15:25:05 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 6938 invoked by uid 99); 15 May 2010 15:25:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 May 2010 15:25:05 +0000 X-ASF-Spam-Status: No, hits=-1431.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 May 2010 15:25:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4FFOiB5016288 for ; Sat, 15 May 2010 15:24:44 GMT Message-ID: <5809387.51273937084972.JavaMail.jira@thor> Date: Sat, 15 May 2010 11:24:44 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-2721) Camel-mina logs a warning if an InOut connection does not send a reply In-Reply-To: <2893350.6711273791916707.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2721: ------------------------------- Assignee: Claus Ibsen Fix Version/s: 2.3.0 2.4.0 > Camel-mina logs a warning if an InOut connection does not send a reply > ---------------------------------------------------------------------- > > Key: CAMEL-2721 > URL: https://issues.apache.org/activemq/browse/CAMEL-2721 > Project: Apache Camel > Issue Type: Improvement > Components: camel-mina > Affects Versions: 2.2.0 > Reporter: Cott Lang > Assignee: Claus Ibsen > Fix For: 2.3.0, 2.4.0 > > > I have an application that receives UDP packets and only occasionally replies when conditions warrant. > This works okay, except when I have an empty body on Out, I get this in the log: > {code} > Cannot write body since its null, closing session: Exchange[Message: [Body is null]] > {code} > Is there some other way to indicate a response shouldn't be sent? Looking in MinaConsumer, nothing jumps out at me. :) > If not, it seems like this should be DEBUG. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.