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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Mar 1 13:22:57 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757898#comment-12757898 ] 

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


More information about the jbosstools-issues mailing list