Camel-cxf endpoint not available

2017-10-09 Thread Raymond de Hond
Hi, I try to create a simple contract first webservice using: Spring boot Camel-cxf wsdl2java embedded tomcat (STS eclipse) Everything looks ok according to the console, but for some reason the endpoint is not available. Note that I used this route before in a non spring boot environment without

[HEADS UP] - Apache Camel route coverage tooling on the way

2017-10-09 Thread Claus Ibsen
Hi Just blogged and recorded a video about some cool new tooling on the way for Apache Camel 2.21. Route coverage of Camel routes has been asked from time to time in the community. So its good to finally say to the community that we have something on the way. And that they can reuse that and buil

Re: CamelSplitComplete never becomes true

2017-10-09 Thread Claus Ibsen
On Mon, Oct 9, 2017 at 9:55 AM, Claus Paludan wrote: > Hi > > Apparently it works with adding .end() after the .to statement (where the > unzipped files are to be placed). > After that it continues to .to("direct:pingmainframe") only when everything > has been unzipped! > > from("direct:

SV: CamelSplitComplete never becomes true

2017-10-09 Thread Claus Paludan
Hi Apparently it works with adding .end() after the .to statement (where the unzipped files are to be placed). After that it continues to .to("direct:pingmainframe") only when everything has been unzipped! from("direct:unzipper") .routeId("_unzipper") .sp

Re: CamelSplitComplete never becomes true

2017-10-09 Thread Claus Ibsen
Hi Well try at least with a newer version to give it a test there, as I also think we have fixed bugs in that zipfile component. On Mon, Oct 9, 2017 at 9:24 AM, Claus Paludan wrote: > Hi > > We are using 2.17.3 and sadly can not just update at this time. > > > > Med venlig hilsen > Claus Paludan

SV: CamelSplitComplete never becomes true

2017-10-09 Thread Claus Paludan
Hi We are using 2.17.3 and sadly can not just update at this time. Med venlig hilsen Claus Paludan · BEC Integrations og serverspecialist · Kompetencer & udvikling Direkte 46 76 37 11 · Mobil 61 56 77 11 E-mail: c...@bec.dk

Re: Camel-swagger-java component example values

2017-10-09 Thread Claus Ibsen
Hi No this is not supported in the rest-dsl. You are welcome to log a JIRA ticket in the issue tracker about this http://camel.apache.org/support.html However I am not sure, but maybe if you use swagger api annotations on pojo classes it has some exampler support. But in the rest-dsl from Camel,

Re: CamelSplitComplete never becomes true

2017-10-09 Thread Claus Ibsen
Hi What version of Camel do you use? And have you tried with a newer release. On Mon, Oct 9, 2017 at 9:04 AM, Claus Paludan wrote: > Hi > > I am trying to determine when the unzip is complete (ie all files have been > unzipped). Then and only then do I want to go to "direct:pingmainframe". > Th

CamelSplitComplete never becomes true

2017-10-09 Thread Claus Paludan
Hi I am trying to determine when the unzip is complete (ie all files have been unzipped). Then and only then do I want to go to "direct:pingmainframe". The input to this route is a single zip file containing up to many thousand small files. If I remove the two choice/when statements every single