[jbosstools-issues] [JBoss JIRA] (JBIDE-13699) Confusing web.xml declaration in generated CDI Web Project

Tomas Remes (JIRA) jira-events at lists.jboss.org
Fri Mar 1 08:08:56 EST 2013


Tomas Remes created JBIDE-13699:
-----------------------------------

             Summary: 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: CDI
    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


More information about the jbosstools-issues mailing list