sorry - i sent that too early...
so: make sure your target database is switched to:
torque.database=postgresql (in the /torque/build.properties file)
and change your security shema.xml file (in torque/schema) so tha you
use not the "native" id-method attribute, but the "idbroke", something
like that:
<!--<table name="TURBINE_USER" idMethod="native" >-->
<table name="TURBINE_USER" idMethod="idbroker" >
<!--<column name="USER_ID" required="true" primaryKey="true"
autoIncrement="true" type="INTEGER"/>-->
<column name="USER_ID" required="true" primaryKey="true"
type="INTEGER"/>
and do this for all tables.
when rebuilding jetspeed you should find a security-schema.sql which
would do the trick. in the sec-schema.sql i sent already i simply copied
the coffee-table into it. works fine with me
hth
and again sorry for the "broken" message (stupid outlook)
markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]