[jboss-cvs] JBossAS SVN: r61297 - trunk/server/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 13 12:42:27 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-03-13 12:42:26 -0400 (Tue, 13 Mar 2007)
New Revision: 61297

Modified:
   trunk/server/src/resources/dtd/jboss_5_0.dtd
Log:
Add home-jndi-name


Modified: trunk/server/src/resources/dtd/jboss_5_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss_5_0.dtd	2007-03-13 15:34:31 UTC (rev 61296)
+++ trunk/server/src/resources/dtd/jboss_5_0.dtd	2007-03-13 16:42:26 UTC (rev 61297)
@@ -447,7 +447,7 @@
 
   Used in: enterprise-beans
 -->
-<!ELEMENT session (ejb-name , jndi-name? , local-jndi-name?, call-by-value?,
+<!ELEMENT session (ejb-name , jndi-name? , home-jndi-name?, local-jndi-name?, call-by-value?,
  exception-on-rollback?, timer-persistence?, configuration-name?, invoker-bindings?,
  security-proxy? , ejb-ref* ,  ejb-local-ref* , service-ref*, security-identity? ,
  resource-ref* , resource-env-ref*, message-destination-ref* , clustered? ,
@@ -498,6 +498,8 @@
 -->
 <!ELEMENT jndi-name (#PCDATA)>
 
+<!ELEMENT home-jndi-name (#PCDATA)>
+
 <!--
   The JNDI name under with the local home interface should be bound
 




More information about the jboss-cvs-commits mailing list