In the ref docs I see the xml for wiring ProviderSignInController
<bean class="org.springframework.social.connect.signin.w eb.ProviderSignInController">
<!-- relies on by-type autowiring for the constructor-args -->
</bean>
that is here http://static.springsource.org/sprin...ml/signin.html
I am seeing "org.springframework.social.connect.web" (i.e. without the "signin") here
http://static.springsource.org/sprin...ontroller.html
This second version seems work. Unless I am missing something?


Reply With Quote
