We are using apache camel for integration-functionality. We have a camel-bean defined with.Code:<camel:camelContext id="adapterCamel">
The defined id is referenced in a (normal) spring-bean. Spring IDE shows an error "bean 'adapterCamel' not found".
Is there any possibility to tell spring IDE to ignore some distinct beans or even to supress this concrete error, like e. g. in checkstyle?


Reply With Quote