[jboss-dev] service-ref_4_2.dtd
Dimitris Andreadis
dandread at redhat.com
Tue Mar 27 11:48:34 EDT 2007
http://jira.jboss.com/jira/browse/JBAS-4252
----------------------------------------------------------------------------------
Line 15 of jboss-web_4_2.dtd seems to be invalid:
<!ENTITY % service-ref SYSTEM "./docs/dtd/service-ref_4_2.dtd">
The relative path causes problems, e.g. Eclipse cannot evaluate the DTD and so it cannot
validate a jboss-web.xml file or provide content assist. Shouldn't the URL point to
http://www.jboss.org/j2ee/dtd/ either ?
Same problem for jboss-client_4_2.dtd, jboss-app_4_2.dtd and jboss_4_2.dtd.
----------------------------------------------------------------------------------
Is there a better way to make those inclusions?
<!ENTITY % service-ref SYSTEM "./docs/dtd/service-ref_4_2.dtd">
%service-ref;
Also, have we documented the process for updating the www.jboss.org/j2ee site with the
dtds/schemas stored in dtds.war?
More information about the jboss-development
mailing list