Hi,
I did a fresh install of STS 2.8.1 and created a new Spring Roo project in a new workspace. I then invoked the following simple Roo script:
First problem is I got several Java Problems (51). I needed to do a project clean to clear this problem.Code:persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY entity --class ~.server.domain.Person field string --fieldName name --sizeMin 3 field number --fieldName age --type java.lang.Integer
Then I did the following two commands:
Then I got the following 2 JSP Problems:Code:web mvc setup web mvc scaffold --class ~.web.MyController
I will open a JIRA ticketCode:Description Resource Path Location Type ErrorCMDocument_load_exception=An error occurred while loading document {0} with publicId {1} load-scripts.tagx /t4/src/main/webapp/WEB-INF/tags/util line 12 and 13


Reply With Quote