|
|
@ -76,6 +76,10 @@ public class ClassLoaderComponentConfiguration extends ComponentConfiguration { |
|
|
|
public ComponentProperties getProperties() { |
|
|
|
public ComponentProperties getProperties() { |
|
|
|
ComponentProperties componentProperties = _getAvailableProperties(); |
|
|
|
ComponentProperties componentProperties = _getAvailableProperties(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(componentProperties == null) { |
|
|
|
|
|
|
|
_log.warn("No properties found for " + _componentName) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (!componentProperties.hasBaseConfiguration()) { |
|
|
|
if (!componentProperties.hasBaseConfiguration()) { |
|
|
|
throw new ConfigurationNotFoundException( |
|
|
|
throw new ConfigurationNotFoundException( |
|
|
|
_componentName, "The base properties file was not found"); |
|
|
|
_componentName, "The base properties file was not found"); |
|
|
|