spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Compile Error in LinkedInController #9

Closed asaikali closed 12 years ago

asaikali commented 12 years ago

org.springframework.social.showcase.linkedin.LinkedInProfileController has a compile error on the line model.addAttribute("profile", connection.getApi().getUserProfile());

compiler claims that getUserProfile is not defined

habuma commented 12 years ago

I have the latest Spring Social Showcase pulled out of GitHub and have done somewhat frequent builds on it in the past week with no issues. Just moments ago I did "mvn package" and it worked fine. Over the weekend, I did "mvn tomcat:run" to demonstrate it to some people and it worked fine. I'm unclear why this isn't working for you. I'll be happy to help you out if you can give more information, but at this point I see nothing out of place in the code and am closing this issue. Feel free to ask questions on the Spring Social forum (http://forum.springsource.org/forumdisplay.php?82-Social) or by continuing discussion on this issue.

asaikali commented 12 years ago

my apologies seems like I had the linkedIn Branch of the repo checked out in STS, I just switched to the master branch and all is well. Great product BTW I was able to get it running and doing what I want over the weekend, you guys a have done a great job with Spring Social.

habuma commented 12 years ago

Glad you got it sorted out and thanks for the kind words.