User: vharcq  
  Date: 01/05/29 15:02:58

  Modified:    src/resources/org/jboss/metadata jaws.dtd
  Log:
  Add missing "entity" elements
  
  Revision  Changes    Path
  1.4       +3 -2      jboss/src/resources/org/jboss/metadata/jaws.dtd
  
  Index: jaws.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jaws.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jaws.dtd  2001/05/27 00:49:16     1.3
  +++ jaws.dtd  2001/05/29 22:02:58     1.4
  @@ -39,9 +39,10 @@
    select-for-update: On loading the bean, use the 'select ... for update' syntax,
         locking the row.
    pk-constraint: If create-table is on, create it with a primary key.
  - time-out: -->
  + time-out: For read-only only, re-load entity after time-out
  +-->
   <!ELEMENT entity (ejb-name,cmp-field*,finder*,read-ahead?,read-only?,
  -                  
table-name?,tuned-updates?,create-table?,remove-table?,select-for-update?)>
  +                  
table-name?,tuned-updates?,create-table?,remove-table?,select-for-update?,time-out?,pk-constraint?)>
   
   <!-- ejb-name within an entity element must contain the ejb-name as specified
    in ejb-jar.xml. -->
  
  
  

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

Reply via email to