-
Dec 22nd, 2012, 07:02 AM
#1
Spring ROO/GWT/DB Reverse Engineering/Hibernate & Oracle With CopositPrimary Key
// Spring Roo 1.2.2.RELEASE [rev 7d75659] log opened at 2012-12-21 14:55:28
project --topLevelPackage com.myPackage.investor --projectName My-Inv --java 6 --packaging JAR
hint
logging setup --level INFO
osgi install --url file:///C:\Tech\Jars\com.oracle.roo.jdbc.ojdbc14-10.2.0.4.0.0001.jar
jpa setup --provider HIBERNATE --database ORACLE
perform tests
database reverse engineer --schema MY_INV --package ~.domain --includeTables "<<<ALL MY TABLES>>>" --testAutomatically
perform tests
web mvc setup
web mvc all --package ~.web
perform tests
<<EVERYTHING WORKS PERFECT TO THIS POINT -- I can deploy WAR to Tomcat and Use the UI without any issues>>>
web gwt setup
web gwt all --proxyPackage ~.client.proxy --requestPackage ~.client.request
perform tests
<<<THIS IS THE POINT WHERE I HIT ISSUES AS MENTIONED BELOW>>>
[INFO] --- exec-maven-plugin:1.2:exec (default) @ My-Inv ---
error: The type com.myPackage.investor.domain.MyInvestor cannot be used here
warning: Cannot validate this method because the domain mapping for a parameter of type (com.myPackage.investor.domain.MyInvestorPK) could not be resolved to a domain type
Add @SuppressWarnings("requestfactory") to dismiss.
error: Could not load domain mapping for context MyInvestor.
Check that both the shared interfaces and server domain types are on the classpath.
10 errors
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules