Results 1 to 2 of 2

Thread: SpringIDE doesn't show Beans when annotated with @Named instead of @Component

  1. #1
    Join Date
    Nov 2008
    Posts
    4

    Question SpringIDE doesn't show Beans when annotated with @Named instead of @Component

    The Spring-Framework itself detects Beans annotated with @Named and autowires them into Properties annotated with @Inject.
    But the SpringIDE 3.0 installed in Eclipse 3.7 only shows Beans annotated with the Spring-Annotations (@Component,@Service,...) - Why?

    regards
    Christian

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,640

    Default

    Hey Christian!

    This might be a missing piece here. Would you mind putting in a JIRA enhancement request for this:
    https://issuetracker.springsource.com/browse/STS

    And maybe attach a sample project? That would be great!

    Thanks,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

Posting Permissions

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