From 1e711bffb8720755134e48fecd0e592c49ff6e5c Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Mon, 30 Sep 2013 14:26:03 +0100 Subject: [PATCH] Roll back some changes in WSDL of RegistryWS for some time: restore back compatibility --- webservices/compbio/data/msa/RegistryWS.java | 3 ++- webservices/compbio/ws/server/RegistryWS.java | 4 ++-- .../compbio/ws/server/resource/RegistryWS.wsdl | 19 ------------------- .../ws/server/resource/RegistryWS_schema1.xsd | 14 -------------- 4 files changed, 4 insertions(+), 36 deletions(-) diff --git a/webservices/compbio/data/msa/RegistryWS.java b/webservices/compbio/data/msa/RegistryWS.java index e2ce9a4..39b51f4 100644 --- a/webservices/compbio/data/msa/RegistryWS.java +++ b/webservices/compbio/data/msa/RegistryWS.java @@ -54,7 +54,8 @@ public interface RegistryWS extends JABAService { * @return the Set of Services which are functioning on the server * @see #testAllServices() */ - Set getNonoperatedServices(); /** + //Set getNonoperatedServices(); + /** * Number of seconds since the last test. Returns 0 if the service was not * tested or tested less then a one second ago. * diff --git a/webservices/compbio/ws/server/RegistryWS.java b/webservices/compbio/ws/server/RegistryWS.java index 1fd7d88..8be071e 100644 --- a/webservices/compbio/ws/server/RegistryWS.java +++ b/webservices/compbio/ws/server/RegistryWS.java @@ -69,13 +69,13 @@ public class RegistryWS implements compbio.data.msa.RegistryWS, JABAService { init(); return operating.keySet(); } - +/* FOR FUTURE RELEASES!!! @Override public Set getNonoperatedServices() { init(); return nonoperating.keySet(); } - +*/ private void init() { // Do not allow tests to run concurrently if (timeToTest()) { diff --git a/webservices/compbio/ws/server/resource/RegistryWS.wsdl b/webservices/compbio/ws/server/resource/RegistryWS.wsdl index 44b3939..d6d2325 100644 --- a/webservices/compbio/ws/server/resource/RegistryWS.wsdl +++ b/webservices/compbio/ws/server/resource/RegistryWS.wsdl @@ -12,12 +12,6 @@ - - - - - - @@ -65,10 +59,6 @@ - - - - @@ -109,15 +99,6 @@ - - - - - - - - - diff --git a/webservices/compbio/ws/server/resource/RegistryWS_schema1.xsd b/webservices/compbio/ws/server/resource/RegistryWS_schema1.xsd index d3bda02..51f740f 100644 --- a/webservices/compbio/ws/server/resource/RegistryWS_schema1.xsd +++ b/webservices/compbio/ws/server/resource/RegistryWS_schema1.xsd @@ -9,10 +9,6 @@ - - - - @@ -81,16 +77,6 @@ - - - - - - - - - - -- 1.7.10.2