Re: Load Bean Definitions from XML in Camel

2015-08-25 Thread Henryk Konsek
> same > for the java beans (which are mostly processor & datasoource entries). > > > Hope I was clear > > regards, > Felix T > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Load-Bean-Definitions-from-XML-in-Camel-tp

Re: Load Bean Definitions from XML in Camel

2015-08-25 Thread fxthomas
this message in context: http://camel.465427.n5.nabble.com/Load-Bean-Definitions-from-XML-in-Camel-tp5770892p5770958.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Load Bean Definitions from XML in Camel

2015-08-24 Thread Christian Müller
I didn't got the question... You can create a Camel route from (Spring) XML or you can use Java Code, e.g. implementing a RouteBuilder. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache In

Load Bean Definitions from XML in Camel

2015-08-21 Thread Felix Thomas
hello, I know we can load RouteDefinations from XML, but can we have the same idea of loading for Beans from a XML like Spring. Is there anything already available inAPI? Regards, Felix T