Hi Eric, > Has there been anythought in how to provide configuration > values from a > different source? In Turbine, we use Commons-configuration, > which is nice > because you can pull config values from XML, .properties, > JNDI, etc.. I > would like to be able to have the avalon configuration class > interface/pull > from a commons-configuration Configuration class. Any > pointers to get me > started?
As far as I could see from the code you have to overwrite the class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder because it is hardwired into the code. If this is changed that would be a help for me too of course. But I would be personally already happy if I knew where to remove the original class so that the new one is always found. Regards, Ole -- Ernst Basler + Partner GmbH Tuchmacherstra�e 47 14482 Potsdam Tel: (0331) 74 75 9-0 Direkt: (0331) 74 75 9-60 Fax: (0331) 74 75 9-90 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
