Is there any reason that, with Spring Roo 1.2.0.RELEASE [rev 39eb957], if I specify packaging WAR, I can't add a jpa setup?
The workaround is just don't set packaging WAR and then it works.Code:roo> project --topLevelPackage org.obliquid.jsf1 --java 6 --packaging WAR Created ROOT/pom.xml Created ROOT/src/main/resources Created ROOT/src/main/resources/log4j.properties roo> jpa setup --database H2_IN_MEMORY --provider HIBERNATE File '/home/stefano/workspace/jsf/appo/src/main/resources/META-INF/spring/applicationContext.xml' does not exist
Regards,
Stivlo


Reply With Quote
