I have tried to add to the tag beans.

xsi:schemalocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"; 

and i add @Named to the Interface DateBusinessManager.

Named
public interface DateBusinessManager {

        /**
         * 
         * 
         * @param date
         * @return
         * @throws DateBusinessException
         */
        DateCalendar findDate(final java.util.Date date) throws
DateBusinessException;


Nothing change... :( 



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-can-i-use-CDI-with-the-Camel-Context-tp5767375p5767382.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to