taylor      2004/10/20 18:48:14

  Modified:    src/schema phase2-schema.xml
  Log:
  the profiler OJB mapping rules were updated to properly store dependent objects in a 
deep object tree store i.e. storing a rule, and ensuring that all criteria store along 
with it
  tested in add/update/delete
  added FK to DDL in of profler in order for deep commits to work properly
  
  Revision  Changes    Path
  1.6       +3 -0      jakarta-jetspeed-2/src/schema/phase2-schema.xml
  
  Index: phase2-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/src/schema/phase2-schema.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- phase2-schema.xml 8 Oct 2004 06:49:37 -0000       1.5
  +++ phase2-schema.xml 21 Oct 2004 01:48:14 -0000      1.6
  @@ -127,6 +127,9 @@
               <index-column name="RULE_ID" />
               <index-column name="FALLBACK_ORDER" />
           </index>
  +        <foreign-key foreignTable="PROFILING_RULE">
  +            <reference foreign="RULE_ID" local="RULE_ID"/>
  +        </foreign-key>                
       </table>
       
       <table name="PRINCIPAL_RULE_ASSOC">
  
  
  

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

Reply via email to