* set to 1 second to prevent excessive date stamp checking.
*/
private void loadConfiguration(String configurationFile, Properties properties) throws ConfigurationException {
//Properties from system properties
CompositeConfiguration compositeConfig = new CompositeConfiguration();
compositeConfig.addConfiguration(new SystemConfiguration());
//Properties from XML file
if (System.getProperty(UDDI_CONFIG_FILENAME_PROPERTY)!=null){
log.info("Using system property config override");
configurationFile = System.getProperty(UDDI_CONFIG_FILENAME_PROPERTY);
}