Hi, I created a route using camel stream. It worked fine. When I added the option ' scanStream ' . I was caught up witht this error.
[ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:2.9.2:run (default-cli) on project camel-ex ample-osgi: null: MojoExecutionException: InvocationTargetException: Line 28 in XML document from file [D:\Cam el\apache-camel-2.9.2\examples\camel-example-osgi\target\classes\META-INF\spring\camelContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The reference to entity "scanStream" must end with the ';' delimiter. -> [Help 1] This is my route: Please help. <route> <from uri="stream:in:file?fileName=/input/test.txt&scanStream=true&scanStreamDelay=1000"/> <to uri="file://output"/> </route> Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Stream-URI-error-tp5661443p5661443.html Sent from the Camel - Users mailing list archive at Nabble.com.