[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5975) web.xml editor doesn't work for <web-app ... version="3.0">

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Tue Mar 2 05:31:15 EST 2010


web.xml editor doesn't work for <web-app ... version="3.0">
-----------------------------------------------------------

                 Key: JBIDE-5975
                 URL: https://jira.jboss.org/jira/browse/JBIDE-5975
             Project: Tools (JBoss Tools)
          Issue Type: Bug
    Affects Versions: 3.1.0.CR2
            Reporter: Juergen Zimmermann


JavaEE 6 contains Servlet 3.0 and is supported by JBossAS 6.0.0.M2.

However, the web.xml editor cannot show the tree view when WEB-INF/web.xml contains:
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
	version="3.0">

There are two changes regarding the Servlet 2.5 spec:
* web-app_3_0.xsd and
* version="3.0"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list