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 1AC771854E for ; Tue, 30 Jun 2015 14:14:05 +0000 (UTC) Received: (qmail 48632 invoked by uid 500); 30 Jun 2015 14:14:05 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 48591 invoked by uid 500); 30 Jun 2015 14:14:05 -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 48581 invoked by uid 99); 30 Jun 2015 14:14:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 14:14:04 +0000 Date: Tue, 30 Jun 2015 14:14:04 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-148) Annotation @JMSDestinationDefinitions contains JMSConnectionFactoryDefinition[] in geronimo-jms_2.0_spec 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-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608344#comment-14608344 ] clebert suconic commented on ARTEMIS-148: ----------------------------------------- [~johndament] I have sent a message to their dev list (although I believe I'm being filtered out. I don't see it on the mail archive yet). Lets see.. maybe I will ask you to send the message since they already know you. > Annotation @JMSDestinationDefinitions contains JMSConnectionFactoryDefinition[] in geronimo-jms_2.0_spec > -------------------------------------------------------------------------------------------------------- > > Key: ARTEMIS-148 > URL: https://issues.apache.org/jira/browse/ARTEMIS-148 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Martin Styk > Fix For: 1.1.0 > > > There is issue in geronimo-jms_2.0_spec : > public @interface JMSDestinationDefinitions > { public JMSConnectionFactoryDefinition[] value(); } > This should contain public JMSDestinationDefinition[] value(); instead of public JMSConnectionFactoryDefinition[] value(); -- This message was sent by Atlassian JIRA (v6.3.4#6332)