On Sat, 18 Aug 2001 21:25, Paul Hammant wrote: > Peter Donald wrote: > >Nothing jumps out at me. Does the block that it breaks on implement > >Configurable but not have configuration in config.xml ??? > > Looked good... > > The WindowManager was configurable but with not configuration. So I > removed the interface and there was no improvement :-(
If you in logs, the jesktop-windowmanager is still the block that is causing an error. It is still implementing Configurable (maybe indirectly?) or else getConfiguration() would never be called on repository. See StaupPhase.java:161. So I would check to make sure it is not indirectly implementing Configurable. What would be kool is if you modified StartupPhase so that if getConfiguration() generated an error, a more useful warning is given. SOmething like "Block Foo implements Configurable but there is no coresponding configuration data for it. Check config source.". Sound good? ;) > Peter, I could be awefully cheeky and ask you to take a look? You have > ADSL? Still remember your password for oss.perforce.co.uk ? > If yes, I'll have to book in my changes first ;-) I don't have windows anymore so assuming perforce has a linux client and the above didn't help I will give it a shot. ug... that means I will have to try to figure out how to modify my client-spec again ! -- Cheers, Pete *-----------------------------------------------------* * "Faced with the choice between changing one's mind, * * and proving that there is no need to do so - almost * * everyone gets busy on the proof." * * - John Kenneth Galbraith * *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
