Fixed code to comply with uuid property rename to id

This commit is contained in:
Luca Frosini 2023-04-28 11:44:27 +02:00
parent f989f6fd39
commit 4be18540fa
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class ContextCreator extends ContextElaborator {
context.setParent(parentUUID);
}
context = create(context);
contexts.put(scopeBean.toString(), context.getUUID());
contexts.put(scopeBean.toString(), context.getID());
}else {
logger.info("Context {} is already present with UUID {}", scopeBean, uuid.toString());
if(oldISResourceUUID==null || uuid.compareTo(oldISResourceUUID)!=0) {