Tina Li created GERONIMODEVTOOLS-793:
----------------------------------------
Summary: NameSpace of web application need to be updated
Key: GERONIMODEVTOOLS-793
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-793
Project: Geronimo-Devtools
Issue Type: Bug
Components: eclipse-plugin
Affects Versions: 3.0-beta-2
Environment: GNU/Linux x86_64
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64
jvmxa6460sr10-20111207_96808 (JIT enabled, AOT enabled)
Reporter: Tina Li
Priority: Minor
1. Using eclipse indigo sr1 and Install Geronimo server adapter
2. Create a dynamic web project and choose generate web.xml
3. After project creation finished, click web.xml and then found xmlns:web
and xsi:schemaLocation are inconsistent:
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>TestWEb</display-name>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira