Delete a file from route XML

2015-12-02 Thread anish.somadevan
I have the routes loaded from an XML. Am using Camel 2.10.3 version. I would like to know if there is a way to delete a file from route XML, without redirecting it to a Bean. Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-XML-tp577462

Re: Soap Body is Empty or Partial XML

2015-12-02 Thread ychawla
Hello All, I added the parameter: allowStreaming=false to the CXF endpoints that were causing an issue and then they started to work normally. It definitely seems like a bug because I would send consecutive schema valid messages and one would fail with the WoodStox exception and the other would no

Handler Chain Issues(?) With Jetty9 Component (Spring Configuration) in Camel 2.16

2015-12-02 Thread MJ
I am seeing differing and possible errant behaviors when chaining (via URI or explicit use of org.eclipse.jetty.server.handler.HandlerList) handlers when using the Jetty9 component in Camel routes. Following are the pertinent definitions (Spring configuration):

Problem with FileConsumer and Poll Enrich - .lock file not getting deleted

2015-12-02 Thread Shiv
Hi, I am running a spring DSL route in camel 2.15.1 to test poll enrich where both starting point and poll enrich are file based endpoints with move options. Here one of the .lock file is not getting deleted after aggregate is over and exchange is processed. I referred older ticket @ http://camel.

Camel + Esper testing

2015-12-02 Thread Andrea Patricelli
Hi, I'm new to Camel, but I'm facing with an "advanced" or "extra" topic: Camel CEP. I'm using Esper for my purposes. Is there a way to make unit (or functional) testing of Camel + Esper? Are there some examples like [1]? At [2] I found nothing. [1] https://github.com/CamelCookbook/camel-cook

Re: CSV marshaller problem - accumulating columns

2015-12-02 Thread ftoresan
Thanks for your reply. I'm using version 2.16, and I've created a pull request with a possible solution. It includes a test scenario that will fail without the change. If this test is not enough I can create another example to illustrate the problem.

Re: camel 2.16.1 jetty component, error 'java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter)'

2015-12-02 Thread kalber
Setting useContinuation=false solves my probelm. - kh -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-16-1-jetty-component-error-java-lang-IllegalStateException-Jetty-Servlet-3-0-ContinuationFil-tp5774595p5774614.html Sent from the Camel - Users mailing list archi