That's a reasonable suggestion. HiveMind does have bug tracking, and I'm less likely to forget these things if it goes into the bug tracker.
-- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 4:04 AM > To: [email protected] > Subject: SymbolSources ordering > > > > In HiveMind alpha 4 it was possible to define a symbol source that > was ordered after the hivemind.FactoryDefaults. This is now no > longer possible because FactoryDefaults is defined with after="*". > Why not define FactoryDefaults with > after="hivemind.ApplicationDefaults" > so that it would be possible to define a own SymbolSource > that is after > the FactoryDefaults. > For testing I have used a SymbolSource that radically failed when a > symbol could not be resolved. With that it was easier to track down > programming/configuration errors. > > Current Contribution is: > > contribution (configuration-id=SymbolSources) > { > source (name=hivemind.ApplicationDefaults > service-id=ApplicationDefaultsSymbolSource) > source (name=hivemind.FactoryDefaults after="*" > service-id=FactoryDefaultsSymbolSource) > } > > > Stefan Liebig > compeople AG > Untermainanlage 8 > 60329 Frankfurt > > fon: +49 (69) 272218 - 0 > fax: +49 (69) 272218 - 22 > email: [EMAIL PROTECTED] > home: www.compeople.de > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
