Hi,
I tried installing JForum in two diffent Oracle databases 8.1.7 and now 10g and I was unable to get the installer to work, so I had to resort to manual installation.
The automatic installer was complaining about some methods not being implemented in the driver and quite weird messages, so I tried the manual way.
After installing it manually, no problem with that, when I start the forum I can see at the console:
...
INFO [ConfigLoader ] Loading JDBC driver net.jforum.dao.mysql.MysqlDataAccessDriver
...
INFO [FileMonitor ] Watching D:\Apps\cvs\MedexForum\/WEB-INF/config/database/oracle/oracle.sql
...
And that made me thought and I rememebered reading something like that during the installation. Shouldn't it be
net.jforum.dao.oracle.OracleDataAccessDriver as specified in the oracle.properties file?
The forum seems to work and it is reading the oracle.sql file, so I think I set it up correctly (I used oracle as database name) but it still reports MysqlDataAccessDriver as the one being used.
Is that simply a bad logging error? Or should it report the appropriate one?
Thanks
D.
[originally posted on jforum.net by GreenEyed]