Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 21945 invoked from network); 5 Feb 2010 09:14:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2010 09:14:49 -0000 Received: (qmail 7603 invoked by uid 500); 5 Feb 2010 09:14:49 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 7540 invoked by uid 500); 5 Feb 2010 09:14:48 -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 7526 invoked by uid 500); 5 Feb 2010 09:14:48 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 7523 invoked by uid 99); 5 Feb 2010 09:14:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 09:14:48 +0000 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; Fri, 05 Feb 2010 09:14:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A5F70234C4A9 for ; Fri, 5 Feb 2010 01:12:32 -0800 (PST) Message-ID: <145481532.11661265361152677.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Feb 2010 09:12:32 +0000 (UTC) From: "Martin Krasser (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2451) HL7MLLPDecoder fails if message length is exactly 1022 In-Reply-To: <1084231279.11551265360192591.JavaMail.jira@brutus.apache.org> 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-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57396#action_57396 ] Martin Krasser commented on CAMEL-2451: --------------------------------------- I love time zones :) > HL7MLLPDecoder fails if message length is exactly 1022 > ------------------------------------------------------ > > Key: CAMEL-2451 > URL: https://issues.apache.org/activemq/browse/CAMEL-2451 > Project: Apache Camel > Issue Type: Bug > Components: camel-hl7 > Affects Versions: 2.1.0 > Reporter: Martin Krasser > Assignee: Martin Krasser > Fix For: 2.2.0 > > > When an HL7 message length is exactly 1022 then the two end control charcters are not read from the same packet/buffer. This causes HL7MLLPDecoder.scan() method to fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.