[
https://issues.jboss.org/browse/FORGE-1510?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1510.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Final
(was: 2.x Future)
Resolution: Done
When executing jpa-setup it cd the persistence.xml
--------------------------------------------------
Key: FORGE-1510
URL:
https://issues.jboss.org/browse/FORGE-1510
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.0.0.Final
Inside a project, no matter where you are, when you type {{jpa-setup}} the shell goes to
the {{persistence.xml}} file. It's a bit strange. This could be a feature but if you
do a {{contraint-setup}} it doesn't go to {{validation.xml}}. So the behavior is not
consistent :
{code}
[pluralsight-persistence]$ jpa-setup
Modified /Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/pom.xml
Modified
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources/META-INF
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources/META-INF/persistence.xml
Modified
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources/META-INF/persistence.xml
***SUCCESS*** Persistence (JPA) is installed.
[persistence.xml]$ constraint-setup
Modified /Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/pom.xml
Modified
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources/META-INF
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/resources/META-INF/validation.xml
***SUCCESS*** Bean Validation is installed.
[persistence.xml]$
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira