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

Reply With Quote