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?
Eric Pugh > -----Original Message----- > From: Ole Bulbuk [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 1:10 PM > To: 'Avalon framework users' > Subject: Changing the ConfigurationBuilder > > > Hi *, > > in my company we are using Phoenix and we would like to exchange the > ConfigurationBuilder > (org.apache.avalon.framework.configuration.DefaultConfiguratio > nBuilder) > because our version is able to read XML files and serialized > Configuration > objects. Additionally the configuration can be broken up into > separate files > (e.g. with special parts for every customer). > > We removed the original class from the JAR file > 'avalon-framework-4.1.4.jar' > and everything works fine. Except the config files 'config.xml', > 'assembly.xml' and 'environment.xml' are still read by the original > ConfigurationBuilder. The 'kernel.xml' is processed by our special > ConfigurationBuilder. > > We were looking in all the JAR files and didn't find a second > org.apache.avalon.framework.configuration.DefaultConfiguration > Builder class. > Can anyone help me to make the change complete? > > With best 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
