You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/01/02 23:45:58 UTC

svn commit: r365476 - in /incubator/graffito/trunk/components/src/schema: graffitostore-schema.xml ojb-schema.xml security-schema.xml

Author: clombart
Date: Mon Jan  2 15:45:53 2006
New Revision: 365476

URL: http://svn.apache.org/viewcvs?rev=365476&view=rev
Log:
Upgrade to OJB 1.0.3

Modified:
    incubator/graffito/trunk/components/src/schema/graffitostore-schema.xml
    incubator/graffito/trunk/components/src/schema/ojb-schema.xml
    incubator/graffito/trunk/components/src/schema/security-schema.xml

Modified: incubator/graffito/trunk/components/src/schema/graffitostore-schema.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/schema/graffitostore-schema.xml?rev=365476&r1=365475&r2=365476&view=diff
==============================================================================
--- incubator/graffito/trunk/components/src/schema/graffitostore-schema.xml (original)
+++ incubator/graffito/trunk/components/src/schema/graffitostore-schema.xml Mon Jan  2 15:45:53 2006
@@ -14,9 +14,9 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_1.dtd">
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_2.dtd">
 <!-- Autogenerated by JDBCToXMLSchema! -->
-<database>
+<database name="graffito" >
 	<!--
     	CREATING TABLES FOR GRAFFITO
     	
@@ -105,10 +105,9 @@
 		<column name="VERSION_NUM" size="10" type="VARCHAR"/>
 		<column name="IS_LAST_VERSION" type="INTEGER"/>
 
-        <!-- Document object --> 
+        	<!-- Document object --> 
 		<column name="DOCUMENT_STREAM_ID" type="INTEGER"/>
-		<column name="CONTENT_SIZE" type="INTEGER"/>
-		<column name="ISO_CODE" required="true" size="254" type="VARCHAR"/>
+		<column name="CONTENT_SIZE" type="INTEGER"/>		
 		<column name="CONTENT_TYPE" size="254" type="VARCHAR"/>
 
 		<column name="CLASS_NAME" required="true" size="254" type="VARCHAR"/>		

Modified: incubator/graffito/trunk/components/src/schema/ojb-schema.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/schema/ojb-schema.xml?rev=365476&r1=365475&r2=365476&view=diff
==============================================================================
--- incubator/graffito/trunk/components/src/schema/ojb-schema.xml (original)
+++ incubator/graffito/trunk/components/src/schema/ojb-schema.xml Mon Jan  2 15:45:53 2006
@@ -14,9 +14,9 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_1.dtd">
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_2.dtd">
 <!-- Autogenerated by JDBCToXMLSchema! -->
-<database>
+<database name="j2">
     <table name="OJB_HL_SEQ">
         <column name="TABLENAME" primaryKey="true" required="true"
             size="175" type="VARCHAR"/>

Modified: incubator/graffito/trunk/components/src/schema/security-schema.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/schema/security-schema.xml?rev=365476&r1=365475&r2=365476&view=diff
==============================================================================
--- incubator/graffito/trunk/components/src/schema/security-schema.xml (original)
+++ incubator/graffito/trunk/components/src/schema/security-schema.xml Mon Jan  2 15:45:53 2006
@@ -16,7 +16,7 @@
 -->
 <!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_2.dtd">
 <!-- Autogenerated by JDBCToXMLSchema! -->
-<database name="j2">
+<database name="graffito" >
 <!--
     	CREATING TABLES FOR SINGLE SIGN ON (SSO)
     	It has dependency on the Security tables PRINCIPAL and CREDENTIALS