-
Bug
-
Resolution: Duplicate
-
Minor
-
4.0.0.Final
-
None
Newly generated CDI Web project contains following web.xml declaration:
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
I think we would like to use 3.0 declaration and not any mixture.
- duplicates
-
JBIDE-7455 New JSF Project wizard creates web.xml 3.0 with incorrect namespaces.
- Open