Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 96753 invoked from network); 4 May 2006 07:45:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 07:45:16 -0000 Received: (qmail 43847 invoked by uid 500); 4 May 2006 07:45:14 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 43806 invoked by uid 500); 4 May 2006 07:45:13 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 43779 invoked by uid 99); 4 May 2006 07:45:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 00:45:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 00:45:12 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B086F71429F for ; Thu, 4 May 2006 07:44:38 +0000 (GMT) Message-ID: <22719953.1146728678719.JavaMail.jira@brutus> Date: Thu, 4 May 2006 07:44:38 +0000 (GMT+00:00) From: "John Sisson (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Updated: (AMQ-705) ActiveMQActivationSpec does not validate that DestinationType is set to Topic when SubscriptionDurability is set to Durable In-Reply-To: <32475437.1146728497595.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-705?page=all ] John Sisson updated AMQ-705: ---------------------------- Attachment: AMQ-705-incubator-trunk.patch Attached patch for review for incubator trunk. > ActiveMQActivationSpec does not validate that DestinationType is set to Topic when SubscriptionDurability is set to Durable > --------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-705 > URL: https://issues.apache.org/activemq/browse/AMQ-705 > Project: ActiveMQ > Type: Bug > Components: JCA Container > Versions: 3.2.1, 3.2.2, 4.0 M4, 3.2.3, 4.0 RC2, 4.0 RC3 > Reporter: John Sisson > Assignee: John Sisson > Priority: Minor > Fix For: 4.1, 3.2.4 > Attachments: AMQ-705-activemq-3.patch, AMQ-705-incubator-trunk.patch > > > Found problem when using Geronimo with an incorrectly configured EJB 2.0 MDB that has: > > javax.jms.Queue > Durable > > The above config doesn't make sense since subscription-durability is only applicable for Topics. > This resulted in a message that didn't directly point to the problem: > C:\test>java -jar geronimo-1.1-SNAPSHOT\bin\deployer.jar --user system --password manager deploy my.ear myplan.xml > Error: Unable to distribute my.ear: JMS settings for > message-driven bean FooMDBean are not valid: > Invalid settings: clientId must be set since durable subscription > was requested. subscriptionName must be set since durable > subscription was requested. > Invalid settings: clientId must be set since durable subscription > was requested. subscriptionName must be set since durable > subscription was requested. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira