summaryrefslogtreecommitdiff
path: root/java/src/IceBox/ServiceManagerI.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-09-04 12:34:41 -0700
committerMark Spruiell <mes@zeroc.com>2009-09-04 12:34:41 -0700
commita86b114d82c678b49ab2b43c16abff1f8239d5d6 (patch)
treedb649f2762d87a991de02b2c2c641029a01cac85 /java/src/IceBox/ServiceManagerI.java
parentConverted demo projects to VS2008 (diff)
downloadice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.tar.bz2
ice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.tar.xz
ice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.zip
bug 4196 - add class loader to InitializationData
Diffstat (limited to 'java/src/IceBox/ServiceManagerI.java')
-rw-r--r--java/src/IceBox/ServiceManagerI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java
index 0f12e9263e3..e5571b291e7 100644
--- a/java/src/IceBox/ServiceManagerI.java
+++ b/java/src/IceBox/ServiceManagerI.java
@@ -481,7 +481,7 @@ public class ServiceManagerI extends _ServiceManagerDisp
info.args = args;
try
{
- Class<?> c = IceInternal.Util.findClass(className);
+ Class<?> c = IceInternal.Util.findClass(className, null);
if(c == null)
{
FailureException e = new FailureException();