Community
Participate
Working Groups
Executing smoke test for http://build.eclipse.org/webtools/committers/wtp-R3.1-I/20081010055538/I-3.1-20081010055538/ Smoke test is http://wiki.eclipse.org/J2EE_Smoke_Test_(WTP_3.0) After installing jboss runtime and creating Web 24 project there is an warning problem on the jboss.xml file. The warning is Description Resource Path Location Type The file cannot be validated as the XML Schema "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd" that is specified as describing the syntax of the file cannot be located. jboss-web.xml WebProjectg/WebContent/WEB-INF line 2 XML Problem And yes the file "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd" is really not reachable. Jboss.org returns "Not found"
Created attachment 114815 [details] jboss.xml Attaching jboss.xml
Changing to source editing. This is a problem with us trying to interpret the system Id as a "real" URL. In fact, it is spec'd to be a URI (or namespace?) and does not always have to exist as a reachable address. The work-around for end-user is to put that dtd in their xml catalog so it can be found. But, does seem like we could improve warning or give the ability to turn off.
When opening the given jboss.xml file in WTP 3.2 I get no warnings or errors.
resolving as per comment #3