[
https://issues.jboss.org/browse/JBIDE-13699?page=com.atlassian.jira.plugi...
]
Alexey Kazakov resolved JBIDE-13699.
------------------------------------
Fix Version/s: 4.1.0.Alpha2
(was: LATER)
Resolution: Duplicate Issue
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
Priority: Minor
Fix For: 4.1.0.Alpha2
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