arminw      2005/03/18 14:32:46

  Modified:    src/test/org/apache/ojb Tag: OJB_1_0_RELEASE repository.dtd
  Log:
  changed odmg-api auto-xxx settings
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.56.2.3  +8 -8      db-ojb/src/test/org/apache/ojb/repository.dtd
  
  Index: repository.dtd
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository.dtd,v
  retrieving revision 1.56.2.2
  retrieving revision 1.56.2.3
  diff -u -r1.56.2.2 -r1.56.2.3
  --- repository.dtd    19 Feb 2005 21:49:56 -0000      1.56.2.2
  +++ repository.dtd    18 Mar 2005 22:32:46 -0000      1.56.2.3
  @@ -597,13 +597,13 @@
        The auto-update attribute specifies whether OJB automatically stores
        this reference attribute on storing the persistent object or not or only
       link the reference.
  -     This attribute must be set to 'false' if using the OTM, ODMG or JDO 
layer.
  -    More info see OJB documentation.
  +     This attribute must be set to 'false' if using the OTM or JDO layer.
  +    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB 
documentation.
   
        The auto-delete attribute specifies whether OJB automatically deletes
        this reference attribute on deleting the persistent object or not.
  -     This attribute must be set to 'false' if using the OTM, ODMG or JDO 
layer.
  -    More info see OJB documentation.
  +     This attribute must be set to 'false' if using the OTM or JDO layer.
  +    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB 
documentation.
   
        The otm-dependent attribute specifies whether the OTM layer 
automatically
       creates the referred object or deletes it if the reference field is set 
to null.
  @@ -713,13 +713,13 @@
   
        The auto-update attribute specifies whether OJB automatically stores
        the referenced objects on storing the persistent object or not or only 
link.
  -     This attribute must be set to 'false' if using the OTM, ODMG or JDO 
layer.
  -    More info see OJB documentation.
  +     This attribute must be set to 'false' if using the OTM or JDO layer.
  +    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB 
documentation.
   
        The auto-delete attribute specifies whether OJB automatically deletes
        the referenced objects on deleting the persistent object or not.
  -     This attribute must be set to false if using the OTM, ODMG or JDO layer.
  -    More info see OJB documentation.
  +     This attribute must be set to 'false' if using the OTM or JDO layer.
  +    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB 
documentation.
   
        The otm-dependent attribute specifies whether the OTM layer 
automatically
       creates collection elements that were included into the 
collectionelements
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to