Thank you Claus, what a newbie error!!! I'm ashame ;) El 29/11/2013 18:48, "Claus Ibsen-2 [via Camel]" < [email protected]> escribió:
> 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]<http://user/SendEmail.jtp?type=node&node=5744090&i=0>> > wrote: > > > Hello > > > > I'm trying to use Quartz with Apache Camel in OSGi container with a > > blueprint file : > > > > <?xml version="1.0" encoding="UTF-8"?> > > <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> > > <camelContext xmlns="http://camel.apache.org/schema/blueprint" > > id="mainContext"> > > <route id="quartz"> > > <from > > > uri="quartz2://migrupo/mitempo?trigger.repeatInterval=20&trigger.repeatCount=100;"/> > > > <setBody> > > <simple>Mensaje para Quartz</simple> > > </setBody> > > <to uri="stream:out"/> > > </route> > > </camelContext> > > </blueprint> > > > > 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(Unknown > > 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-tp5744089.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > Email: [hidden email]<http://user/SendEmail.jtp?type=node&node=5744090&i=1> > 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-tp5744089p5744090.html > To unsubscribe from Quartz trigger.repeatCount error, click > here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5744089&code=am9uYXRoYW4udmlsYUBnbWFpbC5jb218NTc0NDA4OXw2MzgxNTQ4NjI=> > . > NAML<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-trigger-repeatCount-error-tp5744089p5744092.html Sent from the Camel - Users mailing list archive at Nabble.com.
