> -----Original Message----- > From: Glenn Golden [mailto:ggolden@;umich.edu] > Sent: Tuesday, October 22, 2002 7:01 PM > To: 'Jetspeed Developers List' > Subject: RE: Db psml service - psml id? > > I hope the answer is NOT that this comes from the "ID_TABLE"... I have no > "ID_TABLE" in my database!
For Oracle, ids come from a sequence as long as idmethod="native". Are you working from the cvs head? In your *-schema.xml, make sure to replace all occurences of idmethod="idbroker" with idmethod="native" -- To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>
