Hey, I try to extend support for CDI in Apache Camel and I came to an problem - I don't know how to handle a CamelContextAware beans. CamelContextAware is some kind of marker interface and it means that POJO is interested in getting an instance of CamelContext. Typically it is implemented as spring bean post processor. How I could achieve something similar with CDI?
Best regards, Lukasz Dywicki -- Code-House http://code-house.org
