Results 1 to 2 of 2

Thread: problem resolving references to 3rd-party-beans in configuration

  1. #1
    Join Date
    Feb 2009
    Posts
    6

    Default problem resolving references to 3rd-party-beans in configuration

    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?

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Hi,

    I've added the ability to configure bean names that should be ignored to Spring IDE. You can get that in the latest nightly build. Open the preferences: Spring -> Project Validators -> Beans Validator (expand the node) -> Bean Reference Rule -> Configure.

    If you don't want to or can update, you can disable the "Bean Reference Rule" from the "Beans Validator". This will certainly disable all validation of bean references.

    HTH

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •