Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.2
-
None
-
None
-
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)
Description
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>
Attachments
Issue Links
- is depended upon by
-
GERONIMO-6307 Doc of " 5-minute Tutorial on Enterprise Application Development with Eclipse and Geronimo " need to be updated for Geronimo 3.0
- Open