diff --git a/.classpath b/.classpath index a0f05ba..441c435 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -18,17 +18,12 @@ - - - - - - + @@ -38,5 +33,10 @@ - + + + + + + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 29abf99..160c7b8 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -3,4 +3,5 @@ encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 encoding//src/test/java=UTF-8 encoding//src/test/resources=UTF-8 +encoding//target/generated-sources/gwt=UTF-8 encoding/=UTF-8 diff --git a/src/main/java/org/gcube/datacatalogue/common/Constants.java b/src/main/java/org/gcube/datacatalogue/common/Constants.java index 3cfe6a0..537c507 100644 --- a/src/main/java/org/gcube/datacatalogue/common/Constants.java +++ b/src/main/java/org/gcube/datacatalogue/common/Constants.java @@ -181,8 +181,8 @@ public class Constants { // discover the endpoint of the grsf updater on IS public static final String GRSF_UPDATER_SERVICE = "GRSFUpdaterEndPoint"; - public static final String SERVICE_POST_UPDATER_METHOD = "/service/updater"; - public static final String SERVICE_POST_REVERT_METHOD = "/service/revert"; + public static final String SERVICE_POST_UPDATER_METHOD = "/service/updater/post"; + public static final String SERVICE_POST_REVERT_METHOD = "/service/revert/post"; public static final String SERVICE_NAME = "GRSF Updater"; public static final String SERVICE_CATEGORY = "Service";