Fixed code
This commit is contained in:
parent
6df1eed2c2
commit
98c7a3c59c
|
@ -49,9 +49,9 @@ public class GCatInitializator implements ApplicationManager {
|
||||||
ApplicationContext applicationContext = ContextProvider.get();
|
ApplicationContext applicationContext = ContextProvider.get();
|
||||||
String gcatEServiceID = applicationContext.id();
|
String gcatEServiceID = applicationContext.id();
|
||||||
|
|
||||||
FacetBasedISConfigurationProxy facetBasedISConfigurationProxy = FacetBasedISConfigurationProxyFactory.getInstance(context);
|
|
||||||
facetBasedISConfigurationProxy.setGcatEServiceID(gcatEServiceID);
|
|
||||||
try {
|
try {
|
||||||
|
FacetBasedISConfigurationProxy facetBasedISConfigurationProxy = FacetBasedISConfigurationProxyFactory.getInstance(context);
|
||||||
|
facetBasedISConfigurationProxy.setGcatEServiceID(gcatEServiceID);
|
||||||
facetBasedISConfigurationProxy.createCallsForToVirtualService();
|
facetBasedISConfigurationProxy.createCallsForToVirtualService();
|
||||||
}catch (Exception e) {
|
}catch (Exception e) {
|
||||||
logger.warn("Gcat is not configured through the Facet Based IS in context {}. Please create/addToContext the expected resources ASAP. The Gcore IS will be used.", context, e);
|
logger.warn("Gcat is not configured through the Facet Based IS in context {}. Please create/addToContext the expected resources ASAP. The Gcore IS will be used.", context, e);
|
||||||
|
|
Loading…
Reference in New Issue