From activemq-users-return-648-apmail-geronimo-activemq-users-archive=geronimo.apache.org@geronimo.apache.org Wed Apr 12 01:17:42 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 62655 invoked from network); 12 Apr 2006 01:17:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 01:17:42 -0000 Received: (qmail 91775 invoked by uid 500); 12 Apr 2006 01:17:41 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 91750 invoked by uid 500); 12 Apr 2006 01:17:41 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 91740 invoked by uid 99); 12 Apr 2006 01:17:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 18:17:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [208.176.63.109] (HELO one.chi.ldsys.net) (208.176.63.109) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 18:17:39 -0700 Received: from [10.0.2.3] (adsl-68-21-181-20.dsl.chcgil.ameritech.net [68.21.181.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by one.chi.ldsys.net (Postfix) with ESMTP id 2DE49469FB for ; Tue, 11 Apr 2006 20:17:17 -0500 (CDT) Message-ID: <443C5518.6080109@ldsys.net> Date: Tue, 11 Apr 2006 20:17:12 -0500 From: "Christopher G. Stach II" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: ActiveMQResourceAdapter and brokerXmlConfig 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 This works in 3.2.2. What is the proper way to do this now? Why would there be a scheme on an XML configuration file? Exception: com.caucho.server.dispatch.ServletConfigImpl.createServlet java.lang.IllegalArgumentException: Invalid broker URI, no scheme specified: activemq.xml at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:53) at org.apache.activemq.ra.ActiveMQResourceAdapter.start(ActiveMQResourceAdapter.java:79) at org.jencks.JCAContainer.afterPropertiesSet(JCAContainer.java:65) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBea nFactory.java:1059) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactor y.java:363) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:1 76) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver .java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableB eanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFact ory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactor y.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory. java:275) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320) at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:87) at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:72) at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:63) Configuration: activemq.xml 2000 10 2 vm://localhost -- Christopher G. Stach II