Re: Fatal error in the JVM with weblogic and apache camel

2017-03-12 Thread Tadayoshi Sato
Hi, Not sure if it helps, but there are two things to note. 1. You are not using Java 7 really according to the log attached. What would happen if you change it to Java 7? 2. Your Java 8 is not the latest version: 1.8.0_71-b15 Try update it to latest as it might have fixed a relevant JDK bug.

Re: Recommend a platform for running Camel

2017-03-12 Thread mtod09
Thanks everyone for the feedback it really helps. And Claus I have the first book and look forward to the 2nd. I have been watching your videos they have been a great help. So far I have been testing out Servicemix and setup it up on docker I think I'll take a look at Spring Boot and

Re: Recommend a platform for running Camel

2017-03-12 Thread Claus Ibsen
Hi Yeah I would recommend looking at microservice / servless containers like Spring Boot, WildFly Swarm if you talk about container based platform. And if you have less integration needs then an alternative like vert.x looks interresting, but give it a little more to become a bit better at cloud

Re: Recommend a platform for running Camel

2017-03-12 Thread souciance
Hi, I use Camel java dsl with blueprint as my route setup and then deploy it inside a custom distribution of karaf. I then generate a docker image for the custom distribution and let ansible deploy it to my ec2 instance in aws. I guess next tech trend is to look at aws lambda and step functions.

Re: Recommend a platform for running Camel

2017-03-12 Thread Christian Schneider
Apache Karaf is a very established platform for Camel. There are also commercial products based on it like Redhat Fuse and Talend ESB. At Karaf you will also find instructions to create docker images and custom distros that already include your route bundles and configs. Christian 2017-03-12

Recommend a platform for running Camel

2017-03-12 Thread mtod09
I have been running ActiveMQ and Camel for a few years now. Our organization is in the process of growing to multi locations across the globe. We are in the process of developing a microservice and agile AWS / docker environment. I have been looking at Servicemix but the community seems not as

[ANNOUNCEMENT] Apache Camel 2.18.3 Released

2017-03-12 Thread Gregor Zurowski
The Camel community announces the immediate availability of the new Camel 2.18.3 patch release. This release contains 38 bug fixes and improvements applied in the past weeks by the community on the Camel 2.18.x branch. The artifacts are published and ready for you to download [1] either from the

Fatal error in the JVM with weblogic and apache camel

2017-03-12 Thread omblanco
I am developing a soap service with apache camel in weblogic 12.1.3. My problem is the version I have to use. With versions 2.15.x it works perfectly (exactly version 2.15.6), but I want to upgrade to the latest compatible version for java 1.7, which is 2.17.5 and an error occurs which stops the