Camel Swagger Implementation

2018-06-26 Thread Bikash Kaushik
Hi everybody, I'm implementing swagger in my camel rest project. It is working fine but I have to implement more options like : *1. By default swagger version is 2.0 , change it to 3.0.* *2. By default generated swagger document is by name "swagger.json", change it according to project name.* *3.

Re: Multiple concurrent SFTP file downloads

2018-06-26 Thread Alexander Barrow
Claus, is the ticket you're referring to CAMEL-6058: camel-ftp - Allow concurrent download of files? The verbiage in that ticket appears to refer only to the FTP consumer, whereas my use case requires the SFTP consumer. Additionally, I've learned more about the network I'm working with and found t

camel-wmq: multiple queues in ont context

2018-06-26 Thread Joerg Jansen
Hi everybody, I'm facing some strange behavior when connecting to multiple queues in one camel context. The routes are looking as followed (included in one RouteBuilder): from(wmq:queue:queue1) .id("mq-out").routeId("mq-out") .convertBodyTo(String.class) .log("Received msg fro

Camel tooling for code quality checks and anti-patterns

2018-06-26 Thread Claus Ibsen
Hi There is a JIRA ticket at https://issues.apache.org/jira/browse/CAMEL-12598 The idea is to gather ideas/lists of common Camel anti-patterns and other things we can do quality check for in your projects (source code etc). Then we can improve the tooling to be able to run those, and then we can

Re: Spring boot gives null pointer in xml based camel configutaions

2018-06-26 Thread Claus Ibsen
Hi What version of Camel do you use? And how do you run this in Jetty / Spring-Boot its a bit unclear what you say what you are migrating from/to etc. Do you package it as a .war file and drop into Jetty. And if so have you setup any web.xml to bootstrap spring or something? And try with newer C

Re: Split with regex and group not working

2018-06-26 Thread Claus Ibsen
Hi Yeah you can also provide a sample project / sample code / unit test that demonstrates this issue. That can help track down and fix the problem. And also log a JIRA ticket so its not forgotten. On Tue, Jun 19, 2018 at 10:20 PM, Alex Dettinger wrote: > Hi Rory, > > If I get it well the whole

Re: Multiple concurrent SFTP file downloads

2018-06-26 Thread Claus Ibsen
Hi There is a JIRA ticket about concurrent downloads. Use the vote in JIRA to tell us that you like that. On Tue, Jun 19, 2018 at 7:30 PM, Alexander Barrow wrote: > I am developing an application that downloads large files from a > remote SFTP server over a bandwidth limited network. Download

Re: Report Issues: Apache Camel Servlet Component

2018-06-26 Thread Claus Ibsen
Hi Thanks for telling about this. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-12597 The camel-servlet does not write the file automatic so you can control what goes on, such as not writing any file at all, or do any kind of validation yourself. On Tue, Jun 19, 2018 at 11:1