Rena Tsantouli 2012-09-24 12:17:05 +00:00
parent 0fe6da7f0c
commit 1ba1557b77
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class GenericResourceCacheEntryFactory implements CacheEntryFactory {
secondaryType = GCUBEGenericResource.SECONDARYTYPE_VO;
else
secondaryType = GCUBEGenericResource.SECONDARYTYPE_INFRASTRUCTURE;
query.addAtomicConditions(new AtomicCondition("//SecondaryType", secondaryType), new AtomicCondition("//Body/Scope", scope.toString()));
query.addAtomicConditions(new AtomicCondition("/Profile/SecondaryType", secondaryType), new AtomicCondition("//Body/Scope", scope.toString()));
}