Chris, Yes of course, by swapping the order of services loading, you may have solved my init problem.
I was experiencing the exact same problem with Hypersonic. Not sure whats going on there, but its probably a Hypersonic issue. You may want to test it with another database Im out of town and won't get to look at this until Wednesday Thanks again, David ----- Original Message ----- From: "Chris Kimpton" <[EMAIL PROTECTED]> To: "Jetspeed Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 6:07 AM Subject: Re: dbpsml > Hi David/Atul, > > --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > > > > > > > > > Problem is that it doesnt work - not quite sure why - damn Turbine > > with its > > early and late inits() has me fn confused!! > > Looks to me like the DatabasePsmlManager only gets its early init > > called, > > but the CastorPsmlManager only gets its late init. > > It just hangs -- one of those service dependency problems. I think > > the > > BaseProfile uses the PsmlManager before everythings is init'd. > > So I tried to put the importer call into late init, but then it was > > never > > called. > > > > I know you are still trying to integrate this - but I thought I'd > give it a try. > > I found that if swapped the JRP entries for PsmlManager and > PsmlImportManager - so that the ImportManager comes first, then it > seems to get further... > > ...but then I get a table not found error, looking for > JETSPEED_USER_PROFILE. > > The strange thing is, if I run the managedb script from the bin and > webapp directories before starting tomcat, then these tables are > present - but when I run tomcat - they seem to disappear. Is there > some script/torque stuff re-building the db - and even populating it > - as the turbine_user table has entries in - or is it comparing the > db with some schema and removing undefined tables? > > I guess I should read more about torque... > > Thanks, > Chris > > ===== > Need somewhere to Live in London? - Then go to http://freeflats.com > > __________________________________________________ > Do You Yahoo!? > Find the one for you at Yahoo! Personals > http://personals.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
