Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70779 invoked from network); 3 Mar 2007 23:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2007 23:50:20 -0000 Received: (qmail 90066 invoked by uid 500); 3 Mar 2007 23:50:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89942 invoked by uid 500); 3 Mar 2007 23:50:22 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 89884 invoked by uid 99); 3 Mar 2007 23:50:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2007 15:50:21 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Sat, 03 Mar 2007 15:50:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3389714341 for ; Sat, 3 Mar 2007 15:49:51 -0800 (PST) Message-ID: <13847527.1172965791666.JavaMail.jira@brutus> Date: Sat, 3 Mar 2007 15:49:51 -0800 (PST) From: "Aman Nanner (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2927) Cannot rebuild Geronimo with external ActiveMQ XBean configuration because Spring Framework is missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cannot rebuild Geronimo with external ActiveMQ XBean configuration because Spring Framework is missing ------------------------------------------------------------------------------------------------------ Key: GERONIMO-2927 URL: https://issues.apache.org/jira/browse/GERONIMO-2927 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: ActiveMQ Affects Versions: 1.2 Reporter: Aman Nanner Fix For: 1.2 I rebuilt Geronimo with a change to the ActiveMQ module. I enabled the configuration of ActiveMQ to be loaded from an external configuration using XBeans. However, the server now will not startup because of the following NoClassDefFoundError: Caused by: java.lang.NoClassDefFoundError: org/springframework/beans/BeansException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357) at java.lang.Class.getConstructor0(Class.java:2671) at java.lang.Class.newInstance0(Class.java:321) at java.lang.Class.newInstance(Class.java:303) at org.apache.activemq.util.FactoryFinder.newInstance(FactoryFinder.java:61) at org.apache.activemq.util.FactoryFinder.newInstance(FactoryFinder.java:47) at org.apache.activemq.broker.BrokerFactory.createBrokerFactoryHandler(BrokerFactory.java:41) It seems like this is triggered when the classloader tries to load the following class: org.apache.activemq.xbean.XBeanBrokerFactory. It seems that the Spring Framework does not exist in the repository. This should be added so that the ActiveMQ XBean configuration can be enabled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.