Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Quartz trigger.repeatCount error

$
0
0
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뚸ꂁ.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.

Viewing all articles
Browse latest Browse all 5648

Trending Articles