Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 18592 invoked from network); 12 Jul 2008 14:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 14:55:30 -0000 Received: (qmail 69096 invoked by uid 500); 12 Jul 2008 14:55:30 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 69078 invoked by uid 500); 12 Jul 2008 14:55:30 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 69067 invoked by uid 99); 12 Jul 2008 14:55:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 07:55:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ammulder@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 14:54:38 +0000 Received: by nf-out-0910.google.com with SMTP id g16so1159294nfd.16 for ; Sat, 12 Jul 2008 07:54:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Ocv26tzooXX5G1KbTMbfIjJKDwUUM0A3lHwLH1AlRwc=; b=UFIQBwPmHP5OJ2txlbN1QJ4DEZ9NP9tQZw/579oDaW0cDoE5VtdV35T6esCGTUtvEN RvyDlU9qBpJ2XKOH9nlIaxle4BaJvNkHeHUh31bhRSzsERDGFJGc0YDvtASPqucfKRcE jrO6sk+wZh1W2xeQleO8zZvDxKmCe2il1lJ3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=k8HK/S1raxHjLbyhZEiUoB0lIjv4s2q2ufL+aVtRq+nw7ioLZnaX+2Lw2Sdw967QNV VMGspMo1iIicPU/xvd1I1R3tEsyKebJCvjjvGX/dc8ZOCE435VlI670Egs9TAEnLk+Ql fNaVL9lg4rk03pdaDQStLxTopYP2Cu/voTBQc= Received: by 10.210.75.6 with SMTP id x6mr7490243eba.31.1215874498143; Sat, 12 Jul 2008 07:54:58 -0700 (PDT) Received: by 10.210.52.18 with HTTP; Sat, 12 Jul 2008 07:54:58 -0700 (PDT) Message-ID: <74e15baa0807120754u952a85eh99a175944bc42b94@mail.gmail.com> Date: Sat, 12 Jul 2008 10:54:58 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: camel-dev@activemq.apache.org Subject: Re: [VOTE] Release apache-camel-1.4 In-Reply-To: <864B3420-42A7-4537-8EF9-8528D183AD45@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <864B3420-42A7-4537-8EF9-8528D183AD45@gmail.com> X-Google-Sender-Auth: 507115992138eeec X-Virus-Checked: Checked by ClamAV on apache.org When I ran my examples including JMS against ActiveMQ 5.1.0, I got the error below once (in the ActiveMQ console). I'm not sure what's up with that, but I'm not sure it's a Camel problem. I would also need to double-check the JARs on my classpath. But perhaps others could try some basic JMS tests just to be sure? Anyway, I'll vote +1 on the condition that the test JARs will be released to the Maven repo even if they're not in the tarball. I would prefer not to see a release where you have to build them from source. Thanks, Aaron ERROR Service - Async error occurred: javax.jms.JMSException: Invalid acknowledgment: MessageAck {commandId = 7, responseRequired = false, ackType = 3, consumerId = ID:hagrid.local-65063-1215874089356-0:0:1:1, firstMessageId = null, lastMessageId = ID:hagrid.local-65084-1215874104569-0:0:1:1:1, destination = topic://SpringTest, transactionId = null, messageCount = 1} javax.jms.JMSException: Invalid acknowledgment: MessageAck {commandId = 7, responseRequired = false, ackType = 3, consumerId = ID:hagrid.local-65063-1215874089356-0:0:1:1, firstMessageId = null, lastMessageId = ID:hagrid.local-65084-1215874104569-0:0:1:1:1, destination = topic://SpringTest, transactionId = null, messageCount = 1} at org.apache.activemq.broker.region.TopicSubscription.acknowledge(TopicSubscription.java:216) at org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:364) at org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:470) at org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:194) at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:73) at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:73) at org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:84) at org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:443) at org.apache.activemq.command.MessageAck.visit(MessageAck.java:196) at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292) at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:180) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:143) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:206) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:196) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:183) at java.lang.Thread.run(Thread.java:613) On Fri, Jul 11, 2008 at 11:02 PM, Hadrian Zbarcea wrote: > This is a vote to release camel 1.4 > > A new Camel 1.4 is ready. Another fantastic community effort with 231 > issues fixed. > Many thanks for all the hard work! > > The staging area is at: > http://people.apache.org/~hadrian/apache-camel-1.4.0-RC3/maven2 > > The tarballs are here: > http://people.apache.org/~hadrian/apache-camel-1.4.0-RC3/maven2/org/apache/camel/apache-camel/1.4.0/ > > Please vote to approve this release binary. The vote will be open for at > least 72 hours. > > [ ] +1 Release the binary as Apache Camel 1.4.0 > [ ] -1 Veto the release (provide specific comments) > > Here's my +1 > Hadrian