summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java38
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java2
2 files changed, 20 insertions, 20 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java b/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
index dce1e1bf8..7ac0fa398 100644
--- a/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
+++ b/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
@@ -201,10 +201,10 @@ public class RestfulAsdcClient implements AsdcClient {
.get(Resource.class);
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -227,10 +227,10 @@ public class RestfulAsdcClient implements AsdcClient {
.get(Artifact.class);
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -254,10 +254,10 @@ public class RestfulAsdcClient implements AsdcClient {
});
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -287,10 +287,10 @@ public class RestfulAsdcClient implements AsdcClient {
});
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (NotFoundException e) {
throw e;
} catch (WebApplicationException e) {
@@ -315,7 +315,7 @@ public class RestfulAsdcClient implements AsdcClient {
return getToscaCsar(csarInputStream);
} catch (IOException e) {
- throw new AsdcCatalogException("Failed to retrieve resource TOSCA model from ASDC", e);
+ throw new AsdcCatalogException("Failed to retrieve resource TOSCA model from SDC", e);
}
}
@@ -335,10 +335,10 @@ public class RestfulAsdcClient implements AsdcClient {
.get(Service.class);
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -362,10 +362,10 @@ public class RestfulAsdcClient implements AsdcClient {
.get(Artifact.class);
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -390,10 +390,10 @@ public class RestfulAsdcClient implements AsdcClient {
});
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
@@ -425,10 +425,10 @@ public class RestfulAsdcClient implements AsdcClient {
});
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (NotFoundException e) {
throw e;
} catch (WebApplicationException e) {
@@ -457,10 +457,10 @@ public class RestfulAsdcClient implements AsdcClient {
return getToscaCsar(csarInputStream);
} catch (ResponseProcessingException e) {
//Couldn't convert response to Java type
- throw new AsdcCatalogException("ASDC response could not be processed", e);
+ throw new AsdcCatalogException("SDC response could not be processed", e);
} catch (ProcessingException e) {
//IO problems during request
- throw new AsdcCatalogException("Failed to get a response from ASDC service", e);
+ throw new AsdcCatalogException("Failed to get a response from SDC service", e);
} catch (WebApplicationException e) {
//Web service returned data, but the response status wasn't a good one (i.e. non 2xx)
throw new AsdcCatalogException(e);
diff --git a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
index 3b9d65107..552430195 100644
--- a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
+++ b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
@@ -62,7 +62,7 @@ public class VidServiceImpl implements VidService {
final Service asdcServiceMetadata = asdcClient.getService(UUID.fromString(uuid));
return getServiceModel(uuid, serviceCsar, tosca, asdcServiceMetadata);
} catch (Exception e) {
- LOG.error("Failed to download and proccess service from ASDC", e);
+ LOG.error("Failed to download and proccess service from SDC", e);
}
return serviceModel;
}