dlestrat    2004/05/17 17:46:27

  Modified:    src/schema registry-schema.xml
  Log:
  Commented foreign key.  This causes the portlet application removal to fail with OJB 
RC4 due to a foreign key constraint violation.
  
  Revision  Changes    Path
  1.12      +3 -1      jakarta-jetspeed-2/src/schema/registry-schema.xml
  
  Index: registry-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/src/schema/registry-schema.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- registry-schema.xml       12 May 2004 05:09:00 -0000      1.11
  +++ registry-schema.xml       18 May 2004 00:46:27 -0000      1.12
  @@ -194,9 +194,11 @@
           <column name="WEB_APPLICATION_ID" required="true" type="INTEGER"/>  
           <column name="ROLE_NAME" required="true" size="150" type="VARCHAR"/>
           <column name="DESCRIPTION" size="150" type="VARCHAR"/>              
  +        <!-- This is causing removing portlet application to fail with OJB RC4.
           <foreign-key foreignTable="WEB_APPLICATION">                        
               <reference foreign="ID" local="WEB_APPLICATION_ID"/>            
  -        </foreign-key>                                                      
  +        </foreign-key>
  +        -->                                                   
       </table>                                                                
   
       <!--
  
  
  

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

Reply via email to