|
|
@@ -287,7 +287,7 @@ public class DefaultConfigurer |
|
|
getLogger().debug( message, ce ); |
|
|
getLogger().debug( message, ce ); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
throw new ConfigurationException( ce.getMessage(), ce ); |
|
|
} |
|
|
} |
|
|
catch( final Exception e ) |
|
|
catch( final Exception e ) |
|
|
{ |
|
|
{ |
|
|
@@ -296,6 +296,11 @@ public class DefaultConfigurer |
|
|
throw new ConfigurationException( message, e ); |
|
|
throw new ConfigurationException( message, e ); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if( null == value ) |
|
|
|
|
|
{ |
|
|
|
|
|
return false; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
method.invoke( object, new Object[]{value} ); |
|
|
method.invoke( object, new Object[]{value} ); |
|
|
|