[
https://issues.jboss.org/browse/JBIDE-13699?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-13699:
----------------------------------------
This is an upstream issue. We do not generate web.xml. We just extend Dynamic Web Project
Wizard. Web.xml is generated by Eclipse Web Tools project.
You can see the same issue if you use New Dynamic Web Project wizard.
Confusing web.xml declaration in generated CDI Web Project
----------------------------------------------------------
Key: JBIDE-13699
URL:
https://issues.jboss.org/browse/JBIDE-13699
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: UpStream
Affects Versions: 4.0.0.Final
Environment: JBDS 6.0.0.GA
Reporter: Tomas Remes
Assignee: Alexey Kazakov
Newly generated CDI Web project contains following web.xml declaration:
{noformat}
<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">
{noformat}
I think we would like to use 3.0 declaration and not any mixture.
--
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