As the subject says. :-)
Aside from some HTML glitches, the HOWTO fails to mention you need to
setup the following lines in TurbineResources.properties:
database.adaptor=DBOracle
database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver
Also, the sql script that creates the default user (turbine) tries to put
a null into the user_id column in the turbine_user table, which raises
an error (at least in Oracle). For Oracle, the line would be:
insert into TURBINE_USER (USER_ID, LOGIN_NAME, PASSWORD_VALUE,
FIRST_NAME, LAST NAME) values (TURBINE_USER_SEQ.nextval, 'turbine',
'turbine', 'turbine', 'turbine');
If not one is still maintaining that, I can fix it.
--
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"We're an underground revolution working overtime"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]