[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2180) Seam-gen generates Seam 1.2 Web Project with web.xml version 2.4

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Sat May 3 11:33:28 EDT 2008


Seam-gen generates Seam 1.2 Web Project with web.xml version 2.4
----------------------------------------------------------------

                 Key: JBIDE-2180
                 URL: http://jira.jboss.com/jira/browse/JBIDE-2180
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 2.1.0.CR1
            Reporter: Anton Klimkovich
            Priority: Minor


EXECUTE: New->Seam Web Project -> Seam 1.2 web project
EXECUTE: Open web.xml
ASSERT:    
<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_2_5.xsd" 
         version="2.5">
FAILURE:   
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
         version="2.4">

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

        



More information about the jbosstools-issues mailing list