Issue Type: Bug Bug
Assignee: Rafael Benevides
Components: archetypes
Created: 03/Jul/13 8:22 AM
Description:

jboss-html5-mobile-archetype generates a project with a persistence.xml file under src/test/resources/META-INF. Since eclipse doesn't disambiguates test and main classpaths, this leads to some issues in hibernate tools (JBDS-2452)

The generated project should use a test-persistence.xml, consistent with the kitchensink and javaee archetypes, something used in the tests as

.addAsResource("META-INF/test-persistence.xml", "META-INF/persistence.xml")
Environment: JBDS 7.0.0.Beta2, org.jboss.aerogear.archetypes:jboss-html5-mobile-archetype:7.1.3.CR6
Project: JBoss Developer Framework
Priority: Major Major
Reporter: Fred Bricon
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