Re: camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Wilson MacGyver
Ah, thanks for the tip! On Tue, Mar 14, 2017 at 4:20 PM, Zoran Regvart wrote: > Hi Wilson, > before you do that, to save time, try `mvn -U ...` to force update > artifacts from Maven central repository, > > zoran > > On Tue, Mar 14, 2017 at 9:16 PM, Wilson MacGyver > wrote: > > hmm, strange, mv

Re: camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Zoran Regvart
Hi Wilson, before you do that, to save time, try `mvn -U ...` to force update artifacts from Maven central repository, zoran On Tue, Mar 14, 2017 at 9:16 PM, Wilson MacGyver wrote: > hmm, strange, mvn is still complaining about unable to find it. > > well, time to wipe .m2 and download the world

Re: camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Wilson MacGyver
hmm, strange, mvn is still complaining about unable to find it. well, time to wipe .m2 and download the world again :) Thanks On Tue, Mar 14, 2017 at 3:27 PM, Taariq Levack wrote: > Check central, http://search.maven.org > > http://repo1.maven.org/maven2/org/apache/camel/camel-test/2.18.3/ > >

Re: camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Taariq Levack
Check central, http://search.maven.org http://repo1.maven.org/maven2/org/apache/camel/camel-test/2.18.3/ Cheers, Taariq On 14 Mar 2017 9:20 PM, "Wilson MacGyver" wrote: I noticed camel-test 2.18.3 is not in mvn repo, is there a reason? https://mvnrepository.com/artifact/org.apache.camel/came

camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Wilson MacGyver
I noticed camel-test 2.18.3 is not in mvn repo, is there a reason? https://mvnrepository.com/artifact/org.apache.camel/camel-test Thanks, Mac -- Omnem crede diem tibi diluxisse supremum.

Karaf +Camel Blueprint not able to load bean from other active bundles.

2017-03-14 Thread kumar
Hi , We are using Blueprint + Camel + Karaf ,migrating from Spring . I am new to OSgi Blueprint . We are using Blueprint XML to define services from beans defined in blueprint xml. After we added Service in Blueprint XML, atleast are getting from karaf as below: fyi: bundle is in Active state

camel-jsonpath in correlationExpression of aggregate EIP

2017-03-14 Thread partha006
My input json are 1.{"com.mycompany.app10.Person":{"firstName":"Gregory","surname":"Smith","type":"FAMILY"}} 2.{"com.mycompany.app10.Person":{"firstName":"Hady","surname":"Smith","type":"SINGLE"}} i need to aggregate above input when it has "com.mycompany.app10.Person" , so i tried below route

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Amruta Jawlekar
Thank you very much! -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5795437.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Tomohisa Igarashi
Hi, It seems to be right while it should work for marshal as well IMO. Filed a JIRA. https://issues.apache.org/jira/browse/CAMEL-11012 Thanks, Tomo On 03/14/2017 05:43 PM, Amruta Jawlekar wrote: From the BindyCSVFactory code, it looks like default value is set only during unmarshalling from CS

custom query support for JPA producer Re: Camel JPA Name Query with Parameters

2017-03-14 Thread Tomohisa Igarashi
For anybody wants to try it before 2.19 release - it has been merged into upstream. https://github.com/apache/camel/blob/master/components/camel-jpa/src/main/docs/jpa-component.adoc On 03/11/2017 08:59 AM, Tomohisa Igarashi wrote: Hi, As you can see the parameter name starts with 'consumer',

Re: Recommend a platform for running Camel

2017-03-14 Thread Christian Schneider
That is always a problem with the cloud oriented dev platforms like spring boot. You practically need a cloud from the start. Also beware of all the additional services / considerations you need like service discovery, resilience, hardware abstractiobn ... Kubernetes is surely a good bet but n

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Amruta Jawlekar
>From the BindyCSVFactory code, it looks like default value is set only during unmarshalling from CSV to object. For marshalling from object to CSV, unbind method is used in which defaultvalue is not set. Let me know if my understanding is correct. -- View this message in context: http://camel

Re: Recommend a platform for running Camel

2017-03-14 Thread souciance
I also have jolokia installed as a karaf feature in every service deployed and then use a local hawtio installation to connect to each service and view camel metrics or perform other operations. Den 14 mars 2017 7:46 fm skrev "Souciance Eqdam Rashti" < souciance.eqdam.ras...@gmail.com>: > I am no