Hello, I need to use GWT (corporate decision) and I would like to use Roo. But I'm meeting lots of problems even in simple projects. I have simple script like this:
Then exit and mvn gwt:runCode:project --topLevelPackage com.springsource.roo.testroo jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY entity jpa --class ~.domain.Service --testAutomatically field string --fieldName SRV_ID --notNull --sizeMax 3 --sizeMin 3 field string --fieldName SERVICE --notNull --sizeMax 20 web gwt setup web gwt all --proxyPackage ~.client.proxy --requestPackage ~.client.request
The web page starts but when I click on Create Service there is browser pop-up error:
Application Scaffold in GWT Development Mode gives more info:Code:Error: One or more exceptions caught, see full set in UmbrellaException#getCauses
Am I doing something wrong? I tried to resolve it by myself but allmost all tutorials and helps on the net are for Roo 1.1 which is diferent and they didn't work well.Code:[ERROR] Could not find a getter for path sRV_ID in proxy type com.springsource.roo.testroo.client.proxy.ServiceProxy [ERROR] Could not find a getter for path sERVICE in proxy type com.springsource.roo.testroo.client.proxy.ServiceProxy [ERROR] Unable to create Editor model due to previous errors
I am using Roo 1.2.2, Maven 3.0.3


Reply With Quote
The problem was uppercase and lowercase characters of the field name but it's not that easy
