[HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-09 Thread Claus Ibsen
Hi There is a great contribution for a new camel-scr module that allows end users to use OSGi declarative services instead of spring-dm / blueprint. The code has just been pushed to master branch, but there is still some work to finish and polish the code. But I wanted to bring this to attention

RE: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-09 Thread Jean-Baptiste Onofré
Hi Claude Thanks for the update. I will take a look ASAP.  Regards JB Sent from my Samsung Galaxy smartphone. Original message From: Claus Ibsen Date:09/11/2014 09:42 (GMT+01:00) To: users@camel.apache.org Cc: Subject: [HEADS UP] - camel-scr for OSGi with pure Java i

Re: [ANNOUNCE] Apache Camel 2.13.3 Released

2014-11-09 Thread Christian Müller
Thanks for reporting James! There was a typo in the title which I have fixed now. The link should work in a few hours, after the WIKI page [1] is exported. [1] https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.13.3+Release Best, Christian - Software Integration Speciali

Re: executing PL/SQL script

2014-11-09 Thread Christian Müller
And have a look at the Camel MyBatis/IBatis component. Best, Christian Am 07.11.2014 18:03 schrieb "Preben.Asmussen" : > Hi M > > You can always uses a regular java bean for executing custom logic. See > Bean binding > > The custom bean could execute yo

Camel's tps

2014-11-09 Thread Frans Thamura
Hi all Reading the Vodafone presentation in slideshare.net regarding Fuse and jboss and netty confuse me. Anyone have a case regarding camel in tps, transaction persecond, Does this tps case relevant in route? Frans

Re: Setting rest response json directly

2014-11-09 Thread Gary Kennedy
I changed the way I used the servlet/rest component and it works for me now. I'm still using the same bean setup as before: But now I've dropped the rest part, and using servlet endpoints to start the routes:

Re: Camel 2.13.0 PGP encryption issue

2014-11-09 Thread vincent.wong
It works fine if I run it using maven: D:\Development\Java\>"D:\development\apache-maven-3.2.3\bin\mvn.bat" -Dexec.args="-Djava.net.preferIPv4Stack=true -classpath %classpath au.com...App" -Dexec.executable="C:\Program Files\Java\jdk1.8.0\bin\java.exe"-Dfile.encoding=UTF-8 org.codehaus.

Re: Quartz job data deletion in clustered quartz2

2014-11-09 Thread lakshmi.prashant
Hi Claus, There is a mis-communication - we need not have a special classloader helper, I think. The issue was because on the un-deployment of 1 camel blueprint bundle (with camel quartz2 route),* the quartz job data is not deleted from db - if it is clustered quartz.* Unfortunately, we do

Camel 2.13.0 PGP encryption issue

2014-11-09 Thread vincent.wong
Hello, I am trying to transfer file from one folder to another using camel with PGP encryption(using Camel-Crypto extension). It compiles fine but unfortunately when I run it as a service, it keeps producing the following error: Stacktrace -

Re: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-09 Thread Grzegorz Grzybek
Great! I'll sure have a look too! regards Grzegorz Grzybek 2014-11-09 11:02 GMT+01:00 Jean-Baptiste Onofré : > Hi Claude > > Thanks for the update. I will take a look ASAP. > > Regards > JB > > > Sent from my Samsung Galaxy smartphone. > > > Original message > From: Claus Ibsen