Fixing service

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

View File

@ -158,7 +158,8 @@ public class ExecutorInitalizator extends ApplicationLifecycleHandler {
ServiceEndpoint serviceEndpoint = new ServiceEndpoint();
Profile profile = serviceEndpoint.newProfile();
profile.category(Executor.SERVICE_NAME);
profile.name(Executor.class.getSimpleName());
profile.name("SmartExecutor");
profile.description("Smart Executor Service");
Group<AccessPoint> accessPoints = profile.accessPoints();
Map<String, PluginDeclaration> availablePlugins = pluginManager.getAvailablePlugins();