[jbossseam-issues] [JBoss JIRA] Updated: (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:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1927?page=all ]

Dan Allen updated JBSEAM-1927:
------------------------------

    Attachment: JBSEAM-1927-v1.txt

Patch for correcting the web.xml file in seam-gen/resources/WEB-INF

> 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
>
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> 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