Marten, I'm taking my words back and bring my apologize... Indeed, there was one more 'component scan'. It was inside:
Error gone when I've change it to:Code:webflow-config.xml
<context:component-scan base-package="com.web"/>
That stopped failing with stupid error and @Controller in back to controller class declaration.Code:<context:component-scan base-package="com.web">
<context:include-filter type="regex" expression="com.web.*initialize.*"/>
<context:exclude-filter type="assignable"
expression="com.web.controller.facebook.CanvasProviderSignInController"/>
</context:component-scan>

