The JBoss Server jboss.xml Descriptor DTD

The jboss.xml descriptor provides the JBoss server specific deployment environment settings for the standard ejb-jar.xml descriptor. Listing B.1 gives the jboss_2_4.dtd file.

Listing B.1. The jboss_2_4.dtd File
 <?xml version='1.0' encoding='UTF-8' ?> <!-- This is the XML DTD for the JBoss 2.4 EJB deployment descriptor. The DOCTYPE is: <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss_2_4.dtd"> $Id: jboss_2_4.dtd,v 1.1.2.8 2001/11/09 10:43:45 starksm Exp $ $Revision: 1.1.2.8 $ Overview of the architecture of jboss.xml <jboss> <enforce-ejb-restrictions /> <security-domain /> <unauthenticated-principal /> <enterprise-beans> <entity> <ejb-name /> <jndi-name /> <resource-ref> ...

Get JBoss™ Administration and Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.