User: starksm 
  Date: 01/11/20 01:42:58

  Modified:    src/resources/org/jboss/metadata Tag: Branch_2_4
                        jboss-web.dtd
  Log:
  Change to the unified log4j based org.jboss.logging.Logger class.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +21 -1     jboss/src/resources/org/jboss/metadata/jboss-web.dtd
  
  Index: jboss-web.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jboss-web.dtd,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- jboss-web.dtd     2001/06/10 06:00:39     1.3
  +++ jboss-web.dtd     2001/11/20 09:42:58     1.3.4.1
  @@ -9,7 +9,7 @@
   -->
   <!-- The jboss-web element is the root element.
   -->
  -<!ELEMENT jboss-web (security-domain?, resource-ref* , ejb-ref*)>
  +<!ELEMENT jboss-web (security-domain? , resource-env-ref* , resource-ref* , 
ejb-ref*)>
   
   <!-- The security-domain element allows one to specify a module wide
   security manager domain. It specifies the JNDI name of the security
  @@ -39,7 +39,27 @@
   -->
   <!ELEMENT jndi-name (#PCDATA)>
   
  +<!-- The resource-ref maps from the servlet ENC relative name to the deployed
  +JNDI name of the resource factory.
  +Example:
  +    <resource-ref>
  +        <res-ref-name>jms/QCF</res-ref-name>
  +        <jndi-name>QueueConnectionFactory</jndi-name>
  +    </resource-ref>
  +-->
   <!ELEMENT resource-ref (res-ref-name , jndi-name)>
   
   <!ELEMENT res-ref-name (#PCDATA)>
  +
  +<!-- The resource-env-ref maps from the servlet ENC relative
  +name to the deployed JNDI name of the env resource.
  +Example:
  +    <resource-env-ref>
  +        <resource-env-ref-name>ldap/Groups</res-ref-name>
  +        <jndi-name>ldap://somehost:389/ou=Groups,o=somedot.com</jndi-name>
  +    </resource-env-ref>
  +-->
  +<!ELEMENT resource-env-ref (resource-env-ref-name , jndi-name)>
  +
  +<!ELEMENT resource-env-ref-name (#PCDATA)>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to