User: starksm 
  Date: 01/07/12 10:45:15

  Modified:    src/resources/org/jboss/metadata Tag: Branch_2_4
                        jaws_2_4.dtd
  Log:
  Remove the duplicate datasource ELEMENT
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +3 -4      jboss/src/resources/org/jboss/metadata/jaws_2_4.dtd
  
  Index: jaws_2_4.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jaws_2_4.dtd,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- jaws_2_4.dtd      2001/07/11 15:27:01     1.1.2.3
  +++ jaws_2_4.dtd      2001/07/12 17:45:15     1.1.2.4
  @@ -17,6 +17,8 @@
    context. The default is java:/DefaultDS 
    
    Beans are also allowed to specify datasources at bean level and will override this 
datasource if specified.
  +
  +Used In: jaws, entity
    -->
   <!ELEMENT datasource (#PCDATA)>
   
  @@ -64,9 +66,6 @@
   <!-- ejb-name within an entity element must contain the ejb-name as specified
    in ejb-jar.xml. -->
   <!ELEMENT ejb-name (#PCDATA)>
  -<!-- The datasource at bean level. If specified the bean will use this datasource 
instead of the global one. 
  -Else the global one is used -->
  -<!ELEMENT datasource (#PCDATA)>
   
   <!--
   To use rowid based updates for Oracle
  @@ -115,4 +114,4 @@
   <!ELEMENT mapping (java-type, jdbc-type, sql-type)>
   <!ELEMENT java-type (#PCDATA)>
   <!ELEMENT jdbc-type (#PCDATA)>
  -<!ELEMENT sql-type (#PCDATA)>
  \ No newline at end of file
  +<!ELEMENT sql-type (#PCDATA)>
  
  
  

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

Reply via email to