Camel FTP channel stops consuming files

2016-01-26 Thread UV
Hello, we have configured FTP input uri like this: ftp://x...@xxx.xxx.xxx.xxx:21/CAMT/New?password=xx&move=../Processed/${file:name.noext}_${date:now:MMdd_HH_mm_ss_SSS}.${file:name.ext}&moveFailed=../Error&localWorkDirectory=/opt/jao/ftptmp&readLock=changed&readLockCheckInterval=500&disc

Camel-Bindy - unusual default Date format

2016-01-26 Thread kgscorp
Hi all! I have a situation where I use Camel-Bindy to create fixed-length records, which are to be written to/read from a legacy (and of course, unmodifiable) system. The specification of the records asks all dates to be formatted with a ddMM pattern, except for "empty" date fields, which are

Re: Camel - CDI and Servlet Context Implementation

2016-01-26 Thread Tim Dudgeon
I didn't see any answer to this, and have hit the same. I've got Camel running in Tomcat using camel-servlet and camel-servletlistener as described here: http://camel.apache.org/servletlistener-component.html Also, independently I've used the new camel-cdi stuff found here: https://github.com/

Re: Camel Context as Rest Consumer and HTTP Producer

2016-01-26 Thread bob anderson
Hi Richard, Thanks for the suggestion. I tried the change by setting the CamelHttpBaseUri header BUT still get a 404 "The requested resource () is not available." I can't see what URL camel is actually trying to call. But something happens when you try to have an HTTP consumer (Listener) and HTTP p

Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-01-26 Thread Quinn Stevenson
When I use an OSGi Service registered using Blueprint from a Java route (built using a Java RouteBuilder), the Camel route isn’t detecting the when the service is not available, and it isn’t updating when the service implementation changes. The simple setup I’m using has a Java interface for th

RE: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-01-26 Thread Siano, Stephan
Hi, You have actually two issues. The first Is accessing an OSGi service from a route using Java DSL. Camel lookups are done in a Camel registry. The kind of registry depends on the way you start your camel context, if you are using blueprint to do that, you have a blueprint registry, if you ar

RE: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-01-26 Thread Siano, Stephan
Hi, Sorry for the confusion I may have caused. In your example you are using option 3, which should actually work as you expected. Best regards Stephan -Original Message- From: Siano, Stephan [mailto:stephan.si...@sap.com] Sent: Mittwoch, 27. Januar 2016 07:40 To: users@camel.apache.or