Re: ServletContext init parameters, unknown to Camel

2015-05-20 Thread Willem Jiang
Hi Jonny You are right, the parameter check should be moved to a right place. I just create a JIRA[1] to trace this issue. Thanks for pointing that out, I will commit a quick fix for it shortly. [1]https://issues.apache.org/jira/browse/CAMEL-8786 -- Willem Jiang Red Hat, Inc. Web: http://www

ServletContext init parameters, unknown to Camel

2015-05-20 Thread jonnyry
I'm using Camel with Tomcat and receiving the following log message when passing a route context parameter via web.xml (which I think may be a bug?): [RMI TCP Connection(3)-127.0.0.1] INFO org.apache.camel.component.servletlistener.CamelServletContextListener - There are 1 ServletContext init para

Re: Apache Camel 2.14.3 release

2015-05-20 Thread Willem Jiang
Hi Henryk, I can take care of this release next week. If you have time, please run some tests when the RC is out. BTW, I use the virtual box which is provided by the Redhat inhouse openstack service, it quit easy for me to it setup. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com

ServletContext init parameters, unknown to Camel

2015-05-20 Thread Jonny Rylands
I'm using Camel with Tomcat and receiving the following log message when passing a route context parameter via web.xml (which I think may be a bug?): [RMI TCP Connection(3)-127.0.0.1] INFO org.apache.camel.component.servletlistener.CamelServletContextListener - There are 1 ServletContext init par

Re: Apache Camel 2.14.3 release

2015-05-20 Thread Henryk Konsek
My Ubuntu box went crazy after the upgrade. Now all the XMLTokenize tests from camel-core are failing :| I can't even pass the prepare phase anumore. It may take me some time to investigate and fix this - probably I will just prepare new build box using Docker. I will work on this problem to have

Camel File Consumer : Pre processing steps

2015-05-20 Thread Kondalarv
Here is camel route for file consumer that picks up file from a directory and process it. (file:/app/test/inbound?readLock=changed&maxMessagesPerPoll=1&preMove=wip&initialDelay=5000&delay=1000&autoCreate=false&move=done/${date:now:}/${file:name}.${date:now:MMddhhmmss}).processRef("fileWa

Re: GenericFileOperationFailedException - Cannot store file

2015-05-20 Thread Claus Ibsen
Hi You should ask on the @user mailing list http://camel.apache.org/mailing-lists.html On Wed, May 20, 2015 at 9:49 AM, Katta, Anusha wrote: > Hi Team- > > I have an issue while storing logger information in to a log file. There are > couple of routes which runs concurrently and writes the log

[GitHub] camel pull request: Added support for passing time and pattern as ...

2015-05-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/524 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: Added support for reference parameters to the ...

2015-05-20 Thread coffeejolts
Github user coffeejolts closed the pull request at: https://github.com/apache/camel/pull/522 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: Added support for passing time and pattern as ...

2015-05-20 Thread coffeejolts
GitHub user coffeejolts opened a pull request: https://github.com/apache/camel/pull/524 Added support for passing time and pattern as references to the Timer Component Added support for passing time and pattern as references to the Timer Component Added JUnit test for reference

[GitHub] camel pull request: Fixes errors in MEP URIs

2015-05-20 Thread victornoel
GitHub user victornoel opened a pull request: https://github.com/apache/camel/pull/523 Fixes errors in MEP URIs Hi, Apparently the URIs used for the Exchange Patterns were wrong in two different ways: - First opt was wrongly worded optional (see http://www.w3.org/TR/ws

GenericFileOperationFailedException - Cannot store file

2015-05-20 Thread Katta, Anusha
Hi Team- I have an issue while storing logger information in to a log file. There are couple of routes which runs concurrently and writes the logger info in to a same file. When two or more threads issues the same command to store the content , it is throwing an exception below. Logfile Di