I am using
<PersistenceManager class="
org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager">
<param name="bundleCacheSize" value="8"/>
<param name="consistencyCheck" value="false"/>
<param name="consistencyFix" value="false"/>
<param name="driver" value="javax.naming.InitialContext"/>
<param name="url" value="java:comp/env/jdbc/LiferayPool"/>
<param name="schema" value="postgresql"/>
<param name="schemaObjectPrefix" value="jr_ws_"/>
<param name="errorHandling" value=""/>
<param name="blockOnConnectionLoss" value="false"/>
</PersistenceManager>
and for versions
<PersistenceManager class="
org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager">
<param name="bundleCacheSize" value="8"/>
<param name="consistencyCheck" value="false"/>
<param name="consistencyFix" value="false"/>
<param name="driver" value="javax.naming.InitialContext"/>
<param name="url" value="java:comp/env/jdbc/LiferayPool"/>
<param name="schema" value="postgresql"/>
<param name="schemaObjectPrefix" value="jr_ver_"/>
<param name="errorHandling" value=""/>
<param name="blockOnConnectionLoss" value="false"/>
</PersistenceManager>
it is creating 4 tables but apparently not the ones it needs. It is
creating the tables with the jr_ver_ prefix but none with jr_ws. I tried to
make the scema prefixes the same different nothing seems to work. I
noticed that there is postgresql.ddl which should create the Node table and
a few others. This is not happening. I thought it should happen
automatically. any ideas?
--
Jason S. Tesser
Lead Programmer
www.dotmarketing.com
www.dotcms.org
Dotmarketing, Inc.
3059 Grand Avenue
Suite 440
Miami, FL 33133
T: 305.858.1422 x279
F: 786.594.5288