Go Back   ZeroC Forums > Comments

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 10-04-2006
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
Something missing in Ice 3.1.0 manual

It seems that Ice 3.1.0 manual (C.2 Ice Trace Properties, page 1626) missing the following two items:
Code:
1.Ice.Trace.Location
2.Ice.Trace.Security
__________________
Eric RC
www.genband.com (telecommunication)
I like ICE (Ice for C++/Java/Python)
Reply With Quote
  #2 (permalink)  
Old 10-05-2006
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,534
Thanks, it's indeed missing the Ice.Trace.Location property, we'll fix this!

However, Ice.Trace.Security doesn't exist, are you perhaps looking for IceSSL.Trace.Security? This one is documented in the "IceSSL properties" section.

Cheers,
Benoit.
Reply With Quote
  #3 (permalink)  
Old 10-05-2006
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
I have found the following code in TraceLevel.java of IceJ 3.1.0:
Code:
public final class TraceLevels
{
    TraceLevels(Ice.Properties properties)
    {
    	//...
        securityCat = "Security";
	//...
        final String keyBase = "Ice.Trace.";
	//...
        security = properties.getPropertyAsInt(keyBase + securityCat);
        //...
    }
    //...
}
But it seems that TraceLevels.security has not been used!
__________________
Eric RC
www.genband.com (telecommunication)
I like ICE (Ice for C++/Java/Python)
Reply With Quote
  #4 (permalink)  
Old 10-05-2006
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,534
I don't believe these security attributes in the TraceLevels class are used, we'll remove them. Thanks for bringing this to our attention!

Cheers,
Benoit.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing IcePHP? g00fy Comments 4 07-13-2006 01:06 PM
Missing msvcp70d dll? annekat Help Center 1 07-06-2004 12:54 PM
IcePack missing dsp's? tom Help Center 3 06-18-2003 12:09 PM
slice2cpp missing in binaries? sylvain Bug Reports 2 02-26-2003 11:08 AM
Missing DLL dwforslund Help Center 7 02-19-2003 11:10 AM


All times are GMT -4. The time now is 06:43 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.