"UpdateServiceProperties.saveServiceProperties() called before storageFactory set.");
try{
serviceType.saveServiceProperties(serviceName, storageFactory,
BaseMonitor.removeRuntimeProperties(defaults), false);
} catch (StandardException mse) {
throw new PassThroughException(mse);
}
}