[jbosstools-issues] [JBoss JIRA] (JBIDE-7455) New JSF Project wizard creates web.xml 3.0 with incorrect namespaces.

Alexey Kazakov (Updated) (JIRA) jira-events at lists.jboss.org
Fri Oct 28 14:44:45 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-7455:
----------------------------------

    Fix Version/s: LATER
                       (was: 3.3.x)

    
> New JSF Project wizard creates web.xml 3.0 with incorrect namespaces.
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-7455
>                 URL: https://issues.jboss.org/browse/JBIDE-7455
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: UpStream
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: LATER
>
>
> 1. Open New JSF Project wizard.
> 2. Select JSF 2 & Servlet Version 3.0. Press Finish.
> 3. Open the created web.xml. It has <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" ...>
> But it should have 
> <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_3_0.xsd"...>
> shouldn't it?
> And btw, could we use Servetl 3.0 as default value for JSF 2.0 projects in our wizard? Not it's 2.5.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list