Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 37714 invoked from network); 9 Mar 2010 08:34:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 08:34:09 -0000 Received: (qmail 28583 invoked by uid 500); 9 Mar 2010 08:33:42 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 28555 invoked by uid 500); 9 Mar 2010 08:33:42 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 28547 invoked by uid 99); 9 Mar 2010 08:33:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:33:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:33:36 +0000 Received: by fg-out-1718.google.com with SMTP id e12so3375023fga.14 for ; Tue, 09 Mar 2010 00:33:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=irBZDNxQkVmDcxo9fVayPtzw0ieb5l2PFLaFHQntaa8=; b=stx570UlxW+akoNFtL/5vl3cfZjYFO47lvfP+kJp/iGFwif/wWXuwKBaXsqiAA+dp2 n5PMMmz7By58OI8pCjf2SmIGJyA3Bq9U2coj9XWQ5X4vF8FrVc49OdvR17wDUpJzWESg nVqD9TD6RkJAyokMEGLeTR/Ie4wxOmSz2ru/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=unSIB59BsUlAP5B7+1O5WUbV+eD5M34Y6V6k4D6Wt4vACsJTUiHMQ3F9M8liIybLis rrORX7oFGDlQNFnSubLHShSuJvmhhcGkyAYiU4uu5seCJPR+7TdTI0ozf8iVRQA2hKLw O0vFpf76+tCZ3J9mMJjj5bnafUBoU2sqAmcCA= MIME-Version: 1.0 Sender: chubrilo@gmail.com Received: by 10.239.134.148 with SMTP id 20mr591217hbz.42.1268123595639; Tue, 09 Mar 2010 00:33:15 -0800 (PST) In-Reply-To: <27832667.post@talk.nabble.com> References: <27832667.post@talk.nabble.com> Date: Tue, 9 Mar 2010 09:33:15 +0100 X-Google-Sender-Auth: 620ff065a8ee9c8e Message-ID: <36e91d9d1003090033m21933bb4h7ba26bcfc1a79482@mail.gmail.com> Subject: Re: activemq-broker.xml file and plugins !!!! From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001485f945e0730afd04815a08f6 X-Virus-Checked: Checked by ClamAV on apache.org --001485f945e0730afd04815a08f6 Content-Type: text/plain; charset=ISO-8859-1 Hi Charles, if you run with Spring 3.x then you need to keep your tags in alphabetical order. You probably have something in front of tag that messes things up. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Mar 9, 2010 at 9:26 AM, cmoulliard wrote: > > Hi, > > I try to configure the plugins in the activemq-broker.xml file but I get an > error. > > dleXmlApplicationContext(bundle=activemq-broker.xml, > config=osgibundle:/META-INF/spring/*.xml)) > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line > 113 in XML document from URL > [bundle://63.0:0/META-INF/spring/activemq-broker.xml] i > s invalid; nested exception is org.xml.sax.SAXParseException: > cvc-complex-type.2.4.a: Invalid content was found starting with element > 'plugins'. One of '{"http: > //activemq.apache.org/schema/core":taskRunnerFactory, > "http://activemq.apache.org/schema/core":tempDataStore, > "http://activemq.apache.org/schema/core":transport > ConnectorURIs, "http://activemq.apache.org/schema/core > ":transportConnectors, > WC[##other:"http://activemq.apache.org/schema/core"]}' is expected. > at > > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:404) > > Where should we place the plugins in the xml file ? > > I place it before the transportConnector xml tag : > > > logConnectionEvents="false"/> > zeroExpirationOverride="1000" > ttlCeiling="60000" futureOnly="true"/> > > > > > > > uri="tcp://localhost:61616"/> > > > > Remark : I use the activeMq 5.3 version > > Kind regards, > > Charles > > ----- > Charles Moulliard > SOA Architect > > My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ > -- > View this message in context: > http://old.nabble.com/activemq-broker.xml-file-and-plugins-%21%21%21%21-tp27832667p27832667.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > --001485f945e0730afd04815a08f6--