Results 1 to 4 of 4

Thread: Something missing in Ice 3.1.0 manual

  1. #1
    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

    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)

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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.

  3. #3
    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
    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)

  4. #4
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Missing error messages in ICE v3.4.1.
    By Gravitas in forum Bug Reports
    Replies: 0
    Last Post: 03-09-2011, 05:06 AM
  2. a missing char in v.3.4 manual
    By n2503v in forum Bug Reports
    Replies: 0
    Last Post: 03-13-2010, 01:31 AM
  3. Ice for C++: missing includes
    By fmoya in forum Patches
    Replies: 2
    Last Post: 02-22-2008, 09:49 AM
  4. missing Ice.pth in IcePy under gentoo
    By slowfood in forum Help Center
    Replies: 1
    Last Post: 07-18-2007, 08:53 AM
  5. Replies: 0
    Last Post: 11-06-2006, 08:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •