You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Veronica Ballarta <ve...@hotmail.com> on 2005/09/13 00:29:25 UTC

History problem

hi i'm working with JDBCStore but i don't get a version-history.the column 
revision_no always is 1.0 don't change when i update a file and it is my 
domain.xml

<?xml version="1.0"?>
<slide>
    <namespace name="slide">
        
<definition> <store name="MyPostgresStore"> 
<nodestore classname="org.apache.slide.store.impl.rdbms.JDBCStore"> 
<parameter 
name="adapter">org.apache.slide.store.impl.rdbms.PostgresRDBMSAdapter</paramete
r> 

<parameter name="driver">sun.jdbc.odbc.JdbcOdbcDriver</parameter> 
<parameter name="url">jdbc:odbc:PostgreSQL</parameter> 
<parameter name="user">postgres</parameter> 
<parameter name="password">password</parameter> 

<parameter name="dbcpPooling">true</parameter> 
<parameter name="maxPooledConnections">10</parameter> 
<parameter name="isolation">SERIALIZABLE</parameter>
 <parameter name="compress">false</parameter> 


</nodestore>

<contentstore>
      
 <reference store="nodestore" /> 
              
 
    </namespace>

<parameter name="historypath">/history</parameter>
 			<parameter name="workspacepath">/workspace</parameter>
 			<parameter 
name="workingresourcepath">/workingresource</parameter> 
			<parameter name="auto-version">checkout-
checkin</parameter>
 			<parameter name="auto-version-control">true</parameter>
 	             <parameter name="checkout-fork">forbidden</parameter> 
			<parameter name="checkin-fork">forbidden</parameter> 


      


    </slide>

please help





---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org