Nothing in WEB-INF was created (as suggested by the blog post)
e.g. this stuff isn't created:
Created SRC_MAIN_WEBAPP/WEB-INF/wedding-servlet.xml
Created SRC_MAIN_WEBAPP/WEB-INF/web.xml
Created SRC_MAIN_WEBAPP/WEB-INF/jsp
Created SRC_MAIN_WEBAPP/WEB-INF/jsp/index.jsp
Created SRC_MAIN_WEBAPP/WEB-INF/urlrewrite.xml
Maven dependency for spring-transaction was missing, leading to 18 build errors (this was resolved by adding spring-transaction as an artifact in the pom)
Spring Roo shell does appear to run:
install jpa -provider HIBERNATE -database HYPERSONIC_PERSISTENT
- This worked, but had several extra print outs of MANAGED root/pom.xml
roo> new controller automatic ~.web.RsvpController
Failed to convert '*' to type JavaType for option 'formBackingObject'


Reply With Quote