taylor      2004/12/03 13:59:15

  Modified:    components/sso/src/java/META-INF sso_repository.xml
  Log:
  table name too long for Oracle
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-jetspeed-2/components/sso/src/java/META-INF/sso_repository.xml
  
  Index: sso_repository.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/components/sso/src/java/META-INF/sso_repository.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sso_repository.xml        30 Nov 2004 18:19:11 -0000      1.3
  +++ sso_repository.xml        3 Dec 2004 21:59:15 -0000       1.4
  @@ -86,7 +86,7 @@
                auto-retrieve="true"
                auto-update="object"
                auto-delete="object"
  -             indirection-table="SSO_PRINCIPAL_TO_REMOTE_PRINCIPAL"
  +             indirection-table="SSO_PRINCIPAL_TO_REMOTE"
            >
                <documentation>This is the reference to 
principals.</documentation>
                <fk-pointing-to-this-class column="PRINCIPAL_ID"/>
  
  
  

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

Reply via email to