This commit is contained in:
Fabio Sinibaldi 2017-01-26 17:26:08 +00:00
parent 1e67e51a01
commit 8f36de4a05
1 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ public class DefaultConfiguration implements Configuration {
//****************************** IS LOGIC
private boolean loaded=false;
/**
* loads configuration from Is
@ -178,7 +178,7 @@ public class DefaultConfiguration implements Configuration {
*/
@Synchronized
protected void loadFromIs() throws MissingServiceEndpointException{
if(!loaded){
if(!loaded || (!configuration.getAssignedScope().equals(ScopeUtils.getCurrentScopeName()))){
log.debug("IS Information not loaded, doing it now..");
AccessPoint point=getIsAccessPoint();
Map<String, Property> properties=point.propertyMap();