}
}
else
{
StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null);
StorageFile file = storageFactory.newStorageFile( PersistentService.PROPERTIES_NAME);
resolveServicePropertiesFiles(storageFactory, file);
try {
InputStream is = file.getInputStream();
try {
// Need to load the properties before closing the