summaryrefslogtreecommitdiff
path: root/java/test/Ice/custom/Collocated.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/custom/Collocated.java')
-rw-r--r--java/test/Ice/custom/Collocated.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/custom/Collocated.java b/java/test/Ice/custom/Collocated.java
index 4a698d51fca..b52d59d9d34 100644
--- a/java/test/Ice/custom/Collocated.java
+++ b/java/test/Ice/custom/Collocated.java
@@ -12,7 +12,7 @@ public class Collocated
private static int
run(String[] args, Ice.Communicator communicator)
{
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000");
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
Ice.Object test = new TestI(communicator);
adapter.add(test, communicator.stringToIdentity("test"));