Code freeze on trunk for jbossas5.beta2
by Scott M Stark
We need to only be doing last minute stabilization issues around
testsuite failures so we can branch trunk for the jbossas5.beta2 release
next week. The code should be stabilized by Monday for branching on
Tuesday. I'll do the branch and release notes.
17 years, 8 months
service-ref_4_2.dtd
by Dimitris Andreadis
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?
17 years, 8 months