Community
Participate
Working Groups
(Am using M3 build that includes Eclipse M5 build, etc) Created a new Web Project, tooling created the following web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="WebApp_ID" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <display-name>ZooWeb</display-name> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> </web-app> However, there seems to be a validation error with this deployment descriptor, the error in the Problems view shows: Severity Description Resource In Folder Location Creation Time 2 Referenced file contains errors (http://www.ibm.com/link/oss.software.ibm.com/redirect.shtml/jsr109/xsd/j2ee_web _services_client_1_1.xsd). For more information, right click on the message and select "Show Details..." web.xml ZooWeb/WebContent/WEB-INF line 1 March 23, 2005 11:46:48 AM When I right click on the error and select "Show Details" I see the dialog that I will attempt to attach to this bug report
Created attachment 19120 [details] detailed error dialog (Show Details)
Could not reproduce the problem, seems that a the referenced xsd from the web.xml was not being resolved at the time ypou tried to create the web project.
Changed Version field given new release numbering.
Closing already verified defects