[JBoss JIRA] (FORGE-2313) javaee-setup produces an error if other setup commands have been executed
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2313:
----------------------------------------
Summary: javaee-setup produces an error if other setup commands have been executed
Key: FORGE-2313
URL: https://issues.jboss.org/browse/FORGE-2313
Project: Forge
Issue Type: Bug
Components: Java EE
Affects Versions: 2.16.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
Once the project is created, and a facet set up (jpa, cdi, faces...), executing a {{javaee-setup}} creates an error parsing the {{pom.xml}} :
{code}
$ project-new --named facetproj
[facetproj]$ jpa-setup
[persistence.xml]$ javaee-setup
***ERROR*** Project '/Users/antoniombp/facetproj' has errors
***ERROR*** Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar is missing. @ line 26, column 17
***SUCCESS*** JavaEE 6 has been installed.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)