Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB719105A0 for ; Fri, 29 Nov 2013 18:51:12 +0000 (UTC) Received: (qmail 99296 invoked by uid 500); 29 Nov 2013 18:51:12 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 99265 invoked by uid 500); 29 Nov 2013 18:51:12 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 99257 invoked by uid 99); 29 Nov 2013 18:51:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 18:51:12 +0000 X-ASF-Spam-Status: No, hits=4.5 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of jonathan.vila@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 18:51:06 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VmT9J-00056d-He for users@camel.apache.org; Fri, 29 Nov 2013 10:50:45 -0800 Date: Fri, 29 Nov 2013 10:50:45 -0800 (PST) From: JonathanVila To: users@camel.apache.org Message-ID: In-Reply-To: References: <1385747028722-5744089.post@n5.nabble.com> Subject: Re: Quartz trigger.repeatCount error MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_395400_30851225.1385751045524" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_395400_30851225.1385751045524 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you Claus, what a newbie error!!! I'm ashame ;) El 29/11/2013 18:48, "Claus Ibsen-2 [via Camel]" < ml-node+s465427n5744090h67@n5.nabble.com> escribi=C3=B3: > Its XML so you must obey the XML rules :) > > & must be escaped as & in XML attributes. > > And so must > and < etc as > and < > > > > On Fri, Nov 29, 2013 at 6:43 PM, JonathanVila <[hidden email]> > wrote: > > > Hello > > > > I'm trying to use Quartz with Apache Camel in OSGi container with a > > blueprint file : > > > > > > > > > id=3D"mainContext"> > > > > > > uri=3D"quartz2://migrupo/mitempo?trigger.repeatInterval=3D20&trigger.repe= atCount=3D100;"/> > > > > > Mensaje para Quartz > > > > > > > > > > > > > > But I receive an error ( JBoss Fuse 6.1 ) : > > > > org.xml.sax.SAXParseException: The reference to entity > "trigger.repeatCount" > > must end with the ';' delimiter. > > at > > > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknow= n > > Source)[:] > > > > What am I writing wrong ? I've tried the same with Quartz 1.... and > happens > > the same. > > > > Regards. > > > > > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Quartz-trigger-repeatCount-error-tp5744= 089.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > Email: [hidden email] > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Quartz-trigger-repeatCount-error-tp5744= 089p5744090.html > To unsubscribe from Quartz trigger.repeatCount error, click here > . > NAML > -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-trig= ger-repeatCount-error-tp5744089p5744092.html Sent from the Camel - Users mailing list archive at Nabble.com. ------=_Part_395400_30851225.1385751045524--