Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Complete
-
1.2.0.RELEASE
-
None
-
STS 2.8
1.2.0.RELEASE [rev 39eb957]
Description
First: thanks for your great work
I think I found a small bug that blocks working with roo and spring security:
I start by creating a new project, then I make jpa setup, create an entity and a field in it, then make web jsf setup and then security setup and that command fails with:
Created SPRING_CONFIG_ROOT/applicationContext-security.xml
Created SRC_MAIN_WEBAPP/WEB-INF/views
Created SRC_MAIN_WEBAPP/WEB-INF/views/login.jspx
Undo create SRC_MAIN_WEBAPP/WEB-INF/views/login.jspx
Undo create SRC_MAIN_WEBAPP/WEB-INF/views
Undo create SPRING_CONFIG_ROOT/applicationContext-security.xml
File '/projects/demo/src/main/webapp/WEB-INF/spring/webmvc-config.xml' does not exist
I think the same happens when working with gwt instead of jsf. and its not possile to use web mvc setup and web jsf setup at the same time