Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 73134 invoked from network); 23 Feb 2009 22:21:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2009 22:21:22 -0000 Received: (qmail 77376 invoked by uid 500); 23 Feb 2009 22:21:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 77185 invoked by uid 500); 23 Feb 2009 22:21:22 -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 77174 invoked by uid 99); 23 Feb 2009 22:21:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 14:21:22 -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, 23 Feb 2009 22:21:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89AD9234C48D for ; Mon, 23 Feb 2009 14:20:59 -0800 (PST) Message-ID: <563636381.1235427659562.JavaMail.jira@brutus> Date: Mon, 23 Feb 2009 14:20:59 -0800 (PST) From: "Yev Bronshteyn (JIRA)" To: dev@activemq.apache.org Subject: [jira] Reopened: (AMQNET-128) Writing large string to message queue object throws IOException("Cannot marshall string longer than: "+short.MaxValue+" characters, supplied steing was: "+text.Length+" characters") In-Reply-To: <1244438245.1227686828308.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/activemq/browse/AMQNET-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yev Bronshteyn reopened AMQNET-128: ----------------------------------- Regression: [Broken Unit Test] All unit tests fail in ResponseCorrelator::Request() with the exception: System.ArgumentOutOfRangeException : Index and length must refer to a location within the string. > Writing large string to message queue object throws IOException("Cannot marshall string longer than: "+short.MaxValue+" characters, supplied steing was: "+text.Length+" characters") > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQNET-128 > URL: https://issues.apache.org/activemq/browse/AMQNET-128 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ Client > Affects Versions: 1.0, 1.1 > Reporter: Jan Willem > Assignee: Jim Gomes > Fix For: 1.1 > > Attachments: OpenWireBinaryWriter.cs, OpenWireBinaryWriter.patch.patch > > > Writing large string to message queue object throws IOException("Cannot marshall string longer than: "+short.MaxValue+" characters, supplied steing was: "+text.Length+" characters") -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.