Results 1 to 5 of 5

Thread: Referenced bean '...ServiceActivatorFactoryBean#0' not found?

  1. #1
    Join Date
    Jul 2008
    Location
    Maasmechelen (Belgium)
    Posts
    157

    Default Referenced bean '...ServiceActivatorFactoryBean#0' not found?



    I'm trying to integrate Spring Integration into my current (Roo) project.

    But for some reason I get a warning:
    Code:
    Referenced bean 'org.springframework.integration.config.ServiceActivatorFactoryBean#0' not found [config set: TradBridgeServer/web-context]
    While my configuration is almost the same as the "multipart-http" example.

    Also the requests to my http:inbound-channel-adapter url are not picked up, while my Spring controllers (still) are. So I guess this might be caused by the warning mentioned above.

    The example and my setup being almost identical:


    Best wishes,

    Jochen

  2. #2
    Join Date
    May 2008
    Posts
    14

    Default

    I have the exact same problem. There is no runtime problem, but the warning is irritating. I'm also interested to hear a solution if one is forthcoming.

  3. #3
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Can you please create a JIRA issue for this? We are in the final phase leading to 2.1 GA and should see if we can track this down.

    Thanks,
    Mark

  4. #4
    Join Date
    May 2008
    Posts
    14

    Default

    OK, it's created. It's IDE-1228: https://jira.springsource.org/browse/IDE-1228

  5. #5
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Thank you. I moved it here: https://jira.springsource.org/browse/INT-2295

    I believe this issue is resolvable within our parsing code.

    -Mark

Posting Permissions

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