Project

General

Profile

« Previous | Next » 

Revision e92a852f

Added by Katja Luther over 2 years ago

ref #9851: add retry paramater to vm arguments

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/TaxonomicEditorPlugin.java
107 107
	    if (ui == null) {
108 108
	        ServiceReference<?> reference = bundleContext.getServiceReference(IProvisioningAgent.SERVICE_NAME);
109 109
	        IProvisioningAgent agent = (IProvisioningAgent) bundleContext.getService(reference);
110
	       
110 111
	        session = new ProvisioningSession(agent);
112
	        
111 113
	        Policy policy = null;// = (Policy) ServiceHelper.getService(ProvUIActivator.getContext(), Policy.class.getName());
112 114
	        if (policy == null) {
113 115
	            policy = new Policy();
116
	            
114 117
	        }
115 118
	        ui = new ProvisioningUI(session, IProfileRegistry.SELF, policy);
116 119
	    }

Also available in: Unified diff