Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 050C9175E1 for ; Sat, 19 Sep 2015 20:55:05 +0000 (UTC) Received: (qmail 87299 invoked by uid 500); 19 Sep 2015 20:55:04 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 87263 invoked by uid 500); 19 Sep 2015 20:55:04 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 87253 invoked by uid 99); 19 Sep 2015 20:55:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2015 20:55:04 +0000 Date: Sat, 19 Sep 2015 20:55:04 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARTEMIS-225) Incomplete Activation Validation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clebert suconic updated ARTEMIS-225: ------------------------------------ Affects Version/s: 1.1.0 > Incomplete Activation Validation > -------------------------------- > > Key: ARTEMIS-225 > URL: https://issues.apache.org/jira/browse/ARTEMIS-225 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 1.0.0, 1.1.0 > Reporter: Jeff Mesnil > Assignee: Justin Bertram > Fix For: 1.2.0, 1.1.1 > > > When a MDB is deployed with the activation config property subscriptionDurability set to Durable but without a required clientId property, it generates NPE in our app server since the RA tries to create a queue which name is an non-null empty string. > When the Activation validate its spec, it should verify the presence of the clientId property if the subscriptionDurability is Durable -- This message was sent by Atlassian JIRA (v6.3.4#6332)