User: starksm 
  Date: 01/06/10 13:54:48

  Modified:    src/resources/org/jboss/metadata jboss.dtd
  Log:
   Use the same resource-env-ref-name in the resource-env-ref element
  as is used in the ejb-jar descriptor
  
  Revision  Changes    Path
  1.10      +9 -2      jboss/src/resources/org/jboss/metadata/jboss.dtd
  
  Index: jboss.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jboss.dtd,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jboss.dtd 2001/06/10 06:00:39     1.9
  +++ jboss.dtd 2001/06/10 20:54:48     1.10
  @@ -221,9 +221,16 @@
         
         Used in: session, entity, message-driven
         -->
  -<!ELEMENT resource-env-ref (res-ref-name , jndi-name)>
  +<!ELEMENT resource-env-ref (resource-env-ref-name , jndi-name)>
   
   <!-- 
  +        The resource-env-ref-name element gives the "code name" of a resource. It 
is 
  +        provided by the Bean Developper. See resource-managers for the actual
  +        
  +        Used in: resource-env-ref
  +        -->
  +<!ELEMENT resource-env-ref-name (#PCDATA)>
  +<!-- 
           The jndi-name element gives the deployed name of the reference. The 
           general form is 
              <jndi-name>t3://otherserver/application/beanB</jndi-name>
  @@ -252,7 +259,7 @@
           provided by the Bean Developper. See resource-managers for the actual
           configuration of the resource.
           
  -        Used in: resource-ref, resource-env-ref
  +        Used in: resource-ref
           -->
   <!ELEMENT res-ref-name (#PCDATA)>
   
  
  
  

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

Reply via email to