This is my second time through the wedding tutorial. Never got the first time working in the end. So first issue encountered is in PublicRsvpController, the following line as instructed generates errors.

@SessionAttributes("rsvp")

The attribute value is undefined for the annotation type SessionAttributes

The second encountered problem is when the tutorial says this:

"The very last step is to edit src/main/webapp/WEB-INF/urlrewrite.xml "

urlrewrite.xml doesn't exist in that location or anywhere else as far as I can tell.

One other minor problem, earlier in the tutorial it says change index.jsp to thanks.jsp and it say to find it in src/main/webapp/WEB-INF.

No such file exists in WEB_INF and in fact it is a jspx file not a jsp file and it is under WEB-INF/views

I am running STS
Version: 2.8.1.RELEASE
Build Id: 201111221000

spring-roo-1.1.5.RELEASE

This is very frustrating. Any assistance would be appreciated.