Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 66257 invoked from network); 13 Mar 2007 12:55:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 12:55:56 -0000 Received: (qmail 61083 invoked by uid 500); 13 Mar 2007 12:56:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61061 invoked by uid 500); 13 Mar 2007 12:56:04 -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 61052 invoked by uid 99); 13 Mar 2007 12:56:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 05:56:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 05:55:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A75BD71406F for ; Tue, 13 Mar 2007 05:55:34 -0700 (PDT) Message-ID: <8651902.1173790534682.JavaMail.jira@brutus> Date: Tue, 13 Mar 2007 05:55:34 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQCPP-77) Inconsistency when getting string property between Stomp and Openwire In-Reply-To: <11483144.1173731554458.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQCPP-77: ---------------------------------- Assignee: Timothy Bish (was: Nathan Mittler) > Inconsistency when getting string property between Stomp and Openwire > --------------------------------------------------------------------- > > Key: AMQCPP-77 > URL: https://issues.apache.org/activemq/browse/AMQCPP-77 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Openwire > Affects Versions: 2.0 > Reporter: Albert Strasheim > Assigned To: Timothy Bish > Fix For: 2.0 > > > In our current code we call getStringProperty on a BytesMessage for a property that might not exist. When running with Stomp, this returns an empty string. When running with Openwire, a NoSuchElementException is thrown. > We could easily change our code to first check whether the property exists with propertyExists prior to getting it, but Stomp and Openwire should probably handle missing string properties in the same way. > I think this default empty string value was added at some point to avoid null pointers elsewhere in the code. Refer to AMQCPP-43. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.