taylor 2004/04/23 15:17:52
Modified: src/schema phase3ojb-schema.xml security-schema.xml
Log:
updated schema to work with Oracle
had to comment out the table OJB_DMAP_ENTRIES since it was illegal for Oracle
OJB has since fixed that
When and if we ever get the latest version working with J2, I'll update the core OJB
tables
Also had to rename the TABLE SECURITY_PRINCIPAL_PERMISSION TO PRINCIPAL_PERMISSION
since the generated names were to long for Oracle
Revision Changes Path
1.3 +2 -1 jakarta-jetspeed-2/src/schema/phase3ojb-schema.xml
Index: phase3ojb-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/schema/phase3ojb-schema.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phase3ojb-schema.xml 18 Mar 2004 19:39:02 -0000 1.2
+++ phase3ojb-schema.xml 23 Apr 2004 22:17:52 -0000 1.3
@@ -68,12 +68,13 @@
<column name="ID" primaryKey="true" required="true" type="INTEGER"/>
<column name="SIZE_" type="INTEGER"/>
</table>
-
+<!--
<table name="OJB_DMAP_ENTRIES">
<column name="ID" primaryKey="true" required="true" type="INTEGER"/>
<column name="DMAP_ID" type="INTEGER"/>
<column name="KEY_OID" type="BINARY"/>
<column name="VALUE_OID" type="BINARY"/>
</table>
+-->
</database>
1.4 +1 -1 jakarta-jetspeed-2/src/schema/security-schema.xml
Index: security-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/schema/security-schema.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- security-schema.xml 18 Mar 2004 19:39:02 -0000 1.3
+++ security-schema.xml 23 Apr 2004 22:17:52 -0000 1.4
@@ -63,7 +63,7 @@
<!--
Create Security Principal Permission Table
-->
- <table name="SECURITY_PRINCIPAL_PERMISSION">
+ <table name="PRINCIPAL_PERMISSION">
<column name="PRINCIPAL_ID" primaryKey="true" required="true"
type="INTEGER"/>
<column name="PERMISSION_ID" primaryKey="true" required="true"
type="INTEGER"/>
<foreign-key foreignTable="SECURITY_PERMISSION">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]