Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55446 invoked from network); 20 Dec 2007 14:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2007 14:42:19 -0000 Received: (qmail 83521 invoked by uid 500); 20 Dec 2007 14:42:07 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 83494 invoked by uid 500); 20 Dec 2007 14:42:07 -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 83485 invoked by uid 99); 20 Dec 2007 14:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 06:42:07 -0800 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; Thu, 20 Dec 2007 14:41:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 36523714295 for ; Thu, 20 Dec 2007 06:41:29 -0800 (PST) Message-ID: <26231191.1198161689219.JavaMail.jira@brutus> Date: Thu, 20 Dec 2007 06:41:29 -0800 (PST) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1442) compatibility issue when integrating/embedding with JBossAS In-Reply-To: <9869.1191504863669.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/AMQ-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated AMQ-1442: ------------------------------- Fix Version/s: (was: 5.0.0) 5.1.0 > compatibility issue when integrating/embedding with JBossAS > ----------------------------------------------------------- > > Key: AMQ-1442 > URL: https://issues.apache.org/activemq/browse/AMQ-1442 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.1 > Environment: OS : FC7 32bit > JBoss Version : JBoss-4.2.1.GA > JDK Version : jdk1.5.0_12 > Reporter: Tyronne Wickramarathne > Fix For: 5.1.0 > > Attachments: error.log > > > ActiveMQ binary distribution (apache-activemq-4.1.1.tar.gz) has a compatibility issue with the bundled spring binary. xbean-spring-2.8.jar binary is depending on spring-1.2.x binary but the mentioned ActiveMQ distribution comes with spring-2.x binary and it's not compatible. it throws the following exception when you have the default spring-2.x binary : > 18:36:34,069 WARN [ServiceController] Problem starting service jboss.jca:service=RARDeployment,name='activemq-ra.rar' > javax.resource.spi.ResourceAdapterInternalException: Failed to startup an embedded broker: xbean:broker-config.xml, due to: org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean element mapping: beans in namespace http://activemq.org/config/1.0 > at org.apache.activemq.ra.ActiveMQResourceAdapter.start(ActiveMQResourceAdapter.java:83) > at org.jboss.resource.deployment.RARDeployment.startService(RARDeployment.java:109) > to work around this issue, you have to provide a spring-1.2.x binary. > steps to reproduce this problem : > make ActiveMQ embedded inside JBossAS, uncomment > xbean:broker-config.xml > which tells the AMQ to process broker-config.xml > the complete error log is attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.