]
Rafael Benevides reopened WFLY-4031:
------------------------------------
The current beans.xml has the following warning under JBDS / JBoss Tools:
"cvc-complex-type.4: Attribute 'bean-discovery-mode' must appear on element
'beans'."
Wildfly Quickstarts using old namespaces for beans.xml and
faces-config.xml
---------------------------------------------------------------------------
Key: WFLY-4031
URL:
https://issues.jboss.org/browse/WFLY-4031
Project: WildFly
Issue Type: Bug
Reporter: Rafael Benevides
Assignee: Sebastian Ćaskawiec
Priority: Minor
Labels: quickstarts,
All Wildfly quickstarts have the wrong XML namespaces for 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 affects the wildfly archetypes as well