Hello,
I am using spring roo 1.2.0
After i reversed engineered my db i have tried to setup gwt. verything was ok, until i have tried to compile my project. I receive this error :
Check that both the shared interfaces and server domain types are on the classpath.
error: Could not load domain mapping for context .....
my commands are :
ThxCode:project prj.name jpa setup --provider HIBERNATE --database MYSQL database introspect --schema prj_dev database reverse engineer --schema prj_dev --package ~.domain --testAutomatically repository jpa --entity ~.domain.Something--interface ~.repository.SomethingDAO service --interface ~.service.SomethingService --entity ~.domain.Something--class ~.service.impl.SomethingServiceImpl json all --deepSerialize web mvc json setup web mvc json all web mvc setup security setup web gwt setup web gwt all --proxyPackage ~.client.proxy --requestPackage ~.client.request exit


Reply With Quote