Results 1 to 2 of 2

Thread: Java servant locator documentation missing code

  1. #1
    blair is offline Registered User
    Name: Blair Zajac
    Organization: Sony Pictures Imageworks
    Project: VnP
    Join Date
    Mar 2007
    Posts
    34

    Java servant locator documentation missing code

    It appears that in the 3.2.0 PDF on page 832, the Java servant locator's locate() method isn't adding the newly created servant into the active servant map, as it done in the C++ example on page 831.

    Is something like the following needed?

    Code:
    // Add the servant to the ASM.
    //
    c.adapter->add(servant, c.id)
    Regards,
    Blair

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Thanks for the bug report! We'll fix this for the next release.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to pass value into servant locator instance?
    By fabware in forum Help Center
    Replies: 4
    Last Post: 11-09-2009, 08:50 AM
  2. Replies: 3
    Last Post: 11-03-2009, 11:40 AM
  3. Replies: 0
    Last Post: 06-30-2007, 10:52 PM
  4. Servant Locator implementation
    By mwilson in forum Help Center
    Replies: 13
    Last Post: 12-04-2006, 11:29 AM
  5. a problem about servant locator
    By rwxybh in forum Help Center
    Replies: 14
    Last Post: 01-01-2006, 05:51 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
  •