I drop all table in oracle database and restart jboss,it works now
I never use jackrabbit before ,so i want to store username,role in database.
and use other application download file by user or path.
may i configure some file to do that ?
I drop all table in oracle database and restart jboss,it works now
I never use jackrabbit before ,so i want to store username,role in database.
and use other application download file by user or path.
may i configure some file to do that ?
if it works, how many tables would be created in mysql?
thanks for helping me
there also have jboss error
2009-02-06 15:24:57,609 INFO [org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager] Driver: MySQL-AB JDBC Driver / mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 ...
jboss log:
2009-02-06 15:24:18,843 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting jboss.mq:service=PersistenceManager
2009-02-06 15:24:18,843 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Creating Schema
2009-02-06 15:24:18,843 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could ...
i used to configure repository.xml file. and it can conncet to mysql
but i show tables in mysql , only 4 tables in database openkm
mysql> show tables;
+------------------+
| Tables_in_openkm |
+------------------+
| version_binval |
| version_bundle |
| version_names |
| version_refs ...