Skip to content

Commit

Permalink
Adapt to chaged method in ecommons.coremisc
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Jan 5, 2012
1 parent 671e7bb commit 36cc02e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,6 +17,7 @@

import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.core.runtime.Status;
import org.eclipse.core.runtime.jobs.ISchedulingRule;

Expand Down Expand Up @@ -169,7 +170,7 @@ private void startEmbedded(final RServiNodeConfig rConfig) throws CoreException
}

RMIUtil.INSTANCE.setEmbeddedPrivateMode(true);
final RMIRegistry registry = RMIUtil.INSTANCE.getEmbeddedPrivateRegistry();
final RMIRegistry registry = RMIUtil.INSTANCE.getEmbeddedPrivateRegistry(new NullProgressMonitor());
final RServiNodeFactory nodeFactory = RServiImplE.createLocalhostNodeFactory(this.name, registry);
nodeFactory.setConfig(rConfig);

Expand Down

0 comments on commit 36cc02e

Please sign in to comment.