Re: Reusing definition of Data Formats

2013-10-30 Thread Cristiano Costantini
Thank you! I will search the ticket on JIRA and follow the evolution from there. bye, Cristiano 2013/10/30 Claus Ibsen > Yeah there is a ticket about allow to configure other stuff than > routes in so someday in Camel we will support this more > easily. > > > > > On Wed, Oct 30, 2013 at 11:54

Re: Reusing definition of Data Formats

2013-10-30 Thread Claus Ibsen
Yeah there is a ticket about allow to configure other stuff than routes in so someday in Camel we will support this more easily. On Wed, Oct 30, 2013 at 11:54 AM, Cristiano Costantini wrote: > Hi All, > > I'm using happily the elements to define routes once and > then use them multiple times

Reusing definition of Data Formats

2013-10-30 Thread Cristiano Costantini
Hi All, I'm using happily the elements to define routes once and then use them multiple times. Well, I actually need to basically use the routes twice: - in the tests, with local endpoints and mocks - in production, inside karaf, where here are osgi service references I don't have in tests Tod