Fixing service

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@111781 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-06 16:25:29 +00:00
parent a518502784
commit 8b3fc0305b
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import org.gcube.common.resources.gcore.ServiceEndpoint;
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
import org.gcube.common.resources.gcore.ServiceEndpoint.Profile;
import org.gcube.common.resources.gcore.ServiceEndpoint.Property;
import org.gcube.common.resources.gcore.common.Platform;
import org.gcube.common.resources.gcore.utils.Group;
import org.gcube.informationsystem.publisher.RegistryPublisherFactory;
import org.gcube.informationsystem.publisher.ScopedPublisher;
@ -160,6 +161,8 @@ public class ExecutorInitalizator extends ApplicationLifecycleHandler {
profile.category(Executor.SERVICE_NAME);
profile.name("SmartExecutor");
profile.description("Smart Executor Service");
Platform platform = profile.newPlatform();
platform.name("SmartExecutor");
Group<AccessPoint> accessPoints = profile.accessPoints();
Map<String, PluginDeclaration> availablePlugins = pluginManager.getAvailablePlugins();