Packaging WAR makes jpa setup fail with Roo 1.2.0.RELEASE
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?
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
The workaround is just don't set packaging WAR and then it works.
Regards,
Stivlo