Re: camel-cdi status?

2013-09-17 Thread Claus Ibsen
Hi I have said this many times. We love contributions http://camel.apache.org/contributing.html Surely it would be great if people who have need for and use CDI a lot would dig in and help fix/improve/maintain the camel-cdi component. And surely helping with documentation and examples is also mu

Re: camel-cdi status?

2013-09-16 Thread Charles Moulliard
I'm busy for 3 days (training / workshops) but will have a look this friday and update what we have done. On Mon, Sep 16, 2013 at 9:49 PM, John D. Ament wrote: > I've actually been curious about this as well. Some of the things > I"ve thought about that would be cool: > > - Firing CDI events fo

Re: camel-cdi status?

2013-09-16 Thread John D. Ament
I've actually been curious about this as well. Some of the things I"ve thought about that would be cool: - Firing CDI events for exchanges, and making processors simply observer methods. - Using proper CDI scopes (rather than being bound to the spring contexts) On Mon, Sep 16, 2013 at 11:12 AM,

Re: camel-cdi status?

2013-09-16 Thread Romain Manni-Bucau
Basically when i looked the only useful stuff was the registry to reuse cdi beans. Doing an @ExchangeScoped was not easy since threading is not well handled by camel. Finally using camel injections in cdi beans was interesting to trigger routes. Creating a route from annotations is not that effi

camel-cdi status?

2013-09-16 Thread Harald Wellmann
Going by its documentation camel-cdi looks rather incomplete and broken to me. Is this component a prototype or ready for production? There does not seem to be any documentation other than http://camel.apache.org/cdi.html which contains many broken links to Java classes or Javadoc pages. Injecti