Re: file trigger processing lots of files

2016-03-18 Thread Quinn Stevenson
Do you need such a short shutdown timeout? Camel is killing your exchange(s) before they complete (one less than the number of threads you have active I’d guess). If you could give the exchanges enough time to shutdown, I think you’d have what you’re after. As far as CamelBatchComplete goes,

Solr Component Compatibility

2016-03-18 Thread Mansour Al Akeel
Is the solr component compatible with solr 5.X ? Thank you.

Re: Restarting CamelContext and re-resolving endpoint URIs

2016-03-18 Thread Ryan Moquin
Never mind, I just noticed that stopping and restarting is reloading the properties, I must have accidentally changed the wrong property which is why it didn't work, My bad. :) On Fri, Mar 18, 2016 at 9:25 AM Ryan Moquin wrote: > Hi, > > I normally use OSGi with Camel therefore I am able to ta

RestletComponent > NoClassDefFoundError: HttpHandler on Wildfly 9.0.2

2016-03-18 Thread zappee
Hi, I got a ClassNotFoundException: com.sun.net.httpserver.HttpHandler exception during deploying ear on Wildfly 9.0.2 server. *Do you have any idea what can be the solution?* 2016-03-16 23:20:09,034 INFO [com.abc.mydemo.service.user.Bootstrap] (ServerService Thread Pool -- 73) Initializing Use

Re: Camel Synchronous One time Routing for files

2016-03-18 Thread Premkumar
Yes Quinn, Routes are added on the fly. We have pickup on schedules (Using Quartz Jobs) and delivery of file (immediate delivery and with schedules) and there are some routes which are polling at local Filesystem and delivering internal FTP sites. since we are dealing with file system and we tho

Fwd: Camel, ActiveMQ, JMSBlobMessage

2016-03-18 Thread Stanisław Kuś
up -- Forwarded message -- From: Stanisław Kuś Date: Fri, Mar 11, 2016 at 5:02 PM Subject: Camel, ActiveMQ, JMSBlobMessage To: users@camel.apache.org Hi all, I have a question: does Camel support JMS BlobMessage out of the box ? What needs to be considered/set up to get it runn

Re: Query on camel 2.17 release date

2016-03-18 Thread Claus Ibsen
Hi Keep an eye on http://camel.465427.n5.nabble.com/Closing-Down-for-Apache-Camel-2-17-0-Release-td5777830.html On Thu, Mar 17, 2016 at 5:56 PM, Nibin Varghese wrote: > Hi Team, > > When can we expect camel 2.17 release ? I would like to upgrade our > applications to camel 2.17 once it is rele

Re: How to validate Body Content in Map Object

2016-03-18 Thread Brad Johnson
Michelle, You are using a custom CSV reader it would appear rather than one of the off the shelf readers like beanio or bindy or xxx that come with Camel. Obviously you've left that a very black box so I don't really know what you are doing it in but if that is truly custom you may want to validat

Start CamelContext in the Jar

2016-03-18 Thread kosalads
Hi, I have a user case describe below. In my war myApp.war, I have initialized the CamelContext. There are three jars myApp1.jar, myApp2.jar and myApp3.jar. Each jar has it own routers defined separately and add those jars into the war. How do I start the routers in each jar using same camelCon

Re: Camel Version compatibility with Java Version

2016-03-18 Thread Pontus Ullgren
You can find a list of Camel dependencies here. http://camel.apache.org/what-are-the-dependencies.html >From that it actually seems that 2.14 onwards should require jdk 1.7. Which seems to contradict what you report you are using. So I guess the page needs updating :-) Best regards Pontus On Thu

Re: Camel Version compatibility with Java Version

2016-03-18 Thread Pontus Ullgren
If it is code that are not yet in production then I would strongly recommend that you upgrade the Java version to 1.8. Java 1.6 is after all effectively EOL by Oralce since Feb 2013. So if you want to have a application build on supported products going live now with application based on Java 1.6 i

Re: Camel, ActiveMQ, JMSBlobMessage

2016-03-18 Thread Stanisław Kuś
Hi Claus, currently we have two messages - one with some "form data" and the second with a big payload. The first goes via JMS, the second with FTP. The problem is we want to process both as the JMS Message arrives ( JMS could be faster than ftp ). The solution we thought about was to get it wit

Re: Dozer Type Conversion (2.12.2) not working in Karaf

2016-03-18 Thread ranjitn
Any luck with this? It does not seem to work in karaf, tried latest version of Dozer 5.5.1 and Camel 2.16.1. Issue finding mapping file in OSGI. -- View this message in context: http://camel.465427.n5.nabble.com/Dozer-Type-Conversion-2-12-2-not-working-in-Karaf-tp5757812p5779174.html Sent fro