[
http://jira.jboss.com/jira/browse/JBIDE-2180?page=all ]
Max Rydahl Andersen resolved JBIDE-2180.
----------------------------------------
Resolution: Done
I msissed the releng-2.1.x branch. committe dnow.
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
Assigned To: Max Rydahl Andersen
Priority: Minor
Fix For: 2.1.0.GA
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