Camel JPA spring-boot auto-configuration how to set up

2016-05-29 Thread geoHeil
Hi, new to camel I struggle to set up spring-boot with auto-configuration (the nice application configuration file and not the nasty spring.xml files) for JPA with e.g. hibernate. So far during my experiments with camel-sql the data source either configured in application.yml or via a configuratio

bean binding regression bug

2016-05-29 Thread Minh Tran
Hi I’m seeing an unusual problem with bean binding when I upgraded from 2.17.0 to 2.17.1. I’ve simplified it to the following example public interface IBar { Object load(); } public interface IFoo extends IBar { Object fooLoad(); } public class Foo implements IFoo { @

LinkedIn Component

2016-05-29 Thread S-camel
Hi all, Currently I am developing a Camel route where I want to retrieve data from LinkedIn API. After reading the documentation and configuring the settings on LinkedIn the camel route is running. from("direct:foo") .to("linkedin://people/person?clientId=[clientId]&clientSecret=[clientSecret]&u

Re: interesting things

2016-05-29 Thread sanjai
Hi, I just read an article that you might be interested in, you won't regret, please read it here Bests, san...@sanjai.org -- View this message in context: http://camel.465427.n5.nabble.com/Re-interesting-things-tp5783225.html Sent from the Ca