Hi! I try to pull up my configuration from code but I run out of success. I using camel-context.xml to load the configuration bean and after that call the <context:annotation-config/>. But here I got error.
Here the configuration: https://gist.github.com/b0c1/fe8da077894c2f9535d2 And the error: https://gist.github.com/b0c1/61743b19c3afa9820876 If I remove the annotation-config tag there is no error... what I miss? wrong xsd? Thanks b0c1
