Archived

This forum has been archived. Please start a new discussion on GitHub.

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?
// Add the servant to the ASM.
//
c.adapter->add(servant, c.id)

Regards,
Blair

Comments

  • Thanks for the bug report! We'll fix this for the next release.