Results 1 to 3 of 3

Thread: Small error is ref doc? XML wiring of ProviderSignInControll

  1. #1

    Default Small error is ref doc? XML wiring of ProviderSignInControll

    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?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,067

    Default

    You're right about the mistake in the reference docs. It was already fixed in the source for the docs, but since I haven't pushed a 1.0.x release since making the fix, it still appeared on the site. I just now manually changed the html on the site to correct that problem (as well as one other that I saw while working on that). The PDF version of the docs is a bit harder to tweak, so it'll have to remain incorrect until I can push another doc build.
    Craig Walls
    Spring Social Project Lead

  3. #3

    Default

    Thanks.

    Am about to post long doc on Roo Social plugin, so the the quick reply really helps.

Tags for this Thread

Posting Permissions

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