Cleaning client

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-client@111910 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-11 15:47:42 +00:00
parent 17d4d47ac3
commit 751652d0c1
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ public class Constants {
public static final String GCUBE_SERVICE_CLASS = "VREManagement";
public static final String GCUBE_SERVICE_NAME = "smart-executor";
public static final QName EXECUTOR_QNAME = new QName(Executor.TARGET_NAMESPACE, Executor.URL_PATTERN);
public static final QName EXECUTOR_QNAME = new QName(Executor.TARGET_NAMESPACE, Executor.WEB_SERVICE_SERVICE_NAME);
public static final GcubeService<Executor> executor = GcubeService.service().withName(EXECUTOR_QNAME).andInterface(Executor.class);

View File

@ -28,7 +28,7 @@ public class ExecutorPlugin extends AbstractPlugin<Executor, ExecutorProxy> {
}
public ExecutorPlugin(){
super(Executor.URL_PATTERN);
super(Executor.WEB_SERVICE_SERVICE_NAME);
}
@Override