Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 36531 invoked from network); 24 Oct 2007 23:22:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 23:22:46 -0000 Received: (qmail 42093 invoked by uid 500); 24 Oct 2007 23:22:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 42067 invoked by uid 500); 24 Oct 2007 23:22:33 -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 42058 invoked by uid 99); 24 Oct 2007 23:22:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 16:22:33 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 24 Oct 2007 23:22:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F6D671422C for ; Wed, 24 Oct 2007 16:22:25 -0700 (PDT) Message-ID: <10588150.1193268145125.JavaMail.jira@brutus> Date: Wed, 24 Oct 2007 16:22:25 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-139) Improvements for the Openwire Commands Generated Code In-Reply-To: <31498388.1185290088865.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-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-139. --------------------------------- Resolution: Fixed Resolved in trunk. > Improvements for the Openwire Commands Generated Code > ----------------------------------------------------- > > Key: AMQCPP-139 > URL: https://issues.apache.org/activemq/browse/AMQCPP-139 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Components: Openwire > Affects Versions: 2.0, 2.0.1, 2.1 > Reporter: Timothy Bish > Assignee: Timothy Bish > Priority: Minor > Fix For: 2.1.1 > > > We need to make some improvements to the code that is generated for Openwire and the Scripts that generate them > * Support Openwire V3 Commands ( Also V1 ? ) This requires some architecture changes in the Lib code as well. > * Change clone methods to use covariant return types, to reduce to amount of dynamic casting in the connector. > * Generate Unit tests for the Commands and Marshalers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.