[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1927) wrong XSD schema URI in web.xml for seam-gen

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Sep 15 23:50:10 EDT 2007


wrong XSD schema URI in web.xml for seam-gen
--------------------------------------------

                 Key: JBSEAM-1927
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1927
             Project: JBoss Seam
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.0.0.CR1
            Reporter: Dan Allen
         Attachments: JBSEAM-1927-v1.txt

The XSD schema URI in web.xml is still using the j2ee name rather than the javaee. This happened when migrating from 2.4 to 2.5, since more than just the version number needs to change.

The correct line is:

http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd

basically, sed/j2ee/javaee/

Also, I feel that the servlet-api.jar file (stored in the lib directory of the root of the distribution) should be upgraded to 2.5. It is currently 2.4.

You can grab the correct servlet jar from:

http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar

-- 
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 seam-issues mailing list