ref #9851: add retry paramater to vm arguments
[taxeditor.git] / eu.etaxonomy.taxeditor.application / src / main / java / eu / etaxonomy / taxeditor / TaxonomicEditorPlugin.java
index 8d1bd009edc6b0bb19935866bfa991f2cafcaa3d..0701064dec783fe89939f8eb7fb87a50792880ca 100644 (file)
@@ -107,10 +107,13 @@ public class TaxonomicEditorPlugin extends AbstractUIPlugin {
            if (ui == null) {
                ServiceReference<?> reference = bundleContext.getServiceReference(IProvisioningAgent.SERVICE_NAME);
                IProvisioningAgent agent = (IProvisioningAgent) bundleContext.getService(reference);
+              
                session = new ProvisioningSession(agent);
+               
                Policy policy = null;// = (Policy) ServiceHelper.getService(ProvUIActivator.getContext(), Policy.class.getName());
                if (policy == null) {
                    policy = new Policy();
+                   
                }
                ui = new ProvisioningUI(session, IProfileRegistry.SELF, policy);
            }