From 5816e0a75fa8d2de1978dc63fc324633ef273ec4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 18 Jan 2010 22:27:40 +0000
Subject: [PATCH] Fix for issue 3901 (Setup fails when inserting a server in a replication topology with large umount of data) - Add a 'Runtime Options' step in the wizard. By default this will contain just two labels and two buttons: Server Runtime Options: Use Default <button to change> Import Options: Use Default <button to change>
---
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java b/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
index 189a8c4..dff3d5a 100644
--- a/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
+++ b/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
@@ -1785,7 +1785,7 @@
if (instanceRootDirectory == null)
{
instanceRootDirectory = new File(
- Utils.getInstancePathFromClasspath(installPath));
+ Utils.getInstancePathFromInstallPath(installPath));
}
return instanceRootDirectory;
}
--
Gitblit v1.10.0