diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-08 20:20:29 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-08 20:20:29 +0000 |
commit | ddd9c74483a61574925ea979f5901b4b96972488 (patch) | |
tree | 19c05b42367683249dc9661f3c702188f2f13f26 /java/src/IceBox/ServiceManagerI.java | |
parent | Updated java directories (diff) | |
download | ice-ddd9c74483a61574925ea979f5901b4b96972488.tar.bz2 ice-ddd9c74483a61574925ea979f5901b4b96972488.tar.xz ice-ddd9c74483a61574925ea979f5901b4b96972488.zip |
bug 1283: inheriting IceBox properties
Diffstat (limited to 'java/src/IceBox/ServiceManagerI.java')
-rw-r--r-- | java/src/IceBox/ServiceManagerI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java index c4d89fbc7a6..000e08bba92 100644 --- a/java/src/IceBox/ServiceManagerI.java +++ b/java/src/IceBox/ServiceManagerI.java @@ -418,7 +418,7 @@ public class ServiceManagerI extends _ServiceManagerDisp { String name = properties.getProperty("Ice.ProgramName"); Ice.Properties serviceProperties; - if(properties.getPropertyAsInt("IceBox.InheritContainerProperties") > 0) + if(properties.getPropertyAsInt("IceBox.InheritProperties") > 0) { serviceProperties = Ice.Util.createProperties(serviceArgs, properties); } |