[
https://issues.jboss.org/browse/WFLY-4030?page=com.atlassian.jira.plugin....
]
Rafael Benevides edited comment on WFLY-4030 at 10/30/14 11:27 AM:
-------------------------------------------------------------------
[~sebastian.laskawiec] After WFLY-4031 is fixed, Just do a mvn clean install for
archetypes and it will synch the archetypes with fixed quickstarts.
This is possible because I used QSTools at Archetypes:
https://github.com/wildfly/wildfly-archetypes/blob/master/wildfly-javaee7...
Thanks
was (Author: rafabene):
[~sebastian.laskawiec] After WFLY-4031 is fixed, Just do a mvn clean install for
archetypes and it will synch the archetypes with fixed quickstarts.
This is possible because I used QSTools at Archetypes to make this possible:
https://github.com/wildfly/wildfly-archetypes/blob/master/wildfly-javaee7...
Thanks
wildfly-javaee7-webapp-blank-archetype using old namespaces for
beans.xml and faces-config.xml
----------------------------------------------------------------------------------------------
Key: WFLY-4030
URL:
https://issues.jboss.org/browse/WFLY-4030
Project: WildFly
Issue Type: Bug
Reporter: Arun Gupta
Assignee: Sebastian Ćaskawiec
Priority: Minor
Labels: archetypes, maven, wildfly
mvn archetype:generate -DgroupId=test -DartifactId=test
-DarchetypeGroupId=org.wildfly.archetype
-DarchetypeArtifactId=wildfly-javaee7-webapp-blank-archetype
-DarchetypeVersion=8.1.0.Final
The app has the following files:
./src/main/webapp/WEB-INF/beans.xml
./src/main/webapp/WEB-INF/faces-config.xml
beans.xml and faces-config.xml are using java.sun.com-style namespaces instead of
xmlns.jcp.org-style namespaces.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)