David Sean Taylor wrote:
>
> I would be very surprised if Turbine doesn't work correctly with Oracle....
>
> Looking at your stack trace, it looks to me like an obvious database
> configuration problem:
>
> > Exception: org.apache.turbine.util.security.DataBackendException:
> > Failed to create account 'blowagie': ORA-00942: table or view does not
> exist
>
> The table doesn't exist in the schema you logged on to.
What table?
I can log in with user turbine/turbine and admin/jetspeed,
so the table TURBINE_USER exists.
I now have the Turbine TDK on another machine and I read in the specs:
" If you would rather use Turbine's id-broker to generate primary keys,
run the following scripts to create and populate the id-broker table :
@path/to/oracle-id-table-schema.sql
@path/to/oracle-turbine-id-table-init.sql "
There's nothing in the jetspeed Oracle script about this.
Since class org.apache.turbine.util.db.IDBroker is in my
stacktrace, I guess some extra tables need to be created.
However when I search for oracle-id-table-schema.sql with
google I get lots of broken links. I can't find this script.
And maybe I don't want the IDBroker to look for ID's in
another table because maybe I have another app to add user
using the oracle sequence. I don't want some other mechanism
using some other table, messing up my primary keys.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]