Archived

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

ICE 3.6b: missing Request method

In the ICE-Java runtime, the Request interface is missing the "isCollocated" method.
We would like to continue using this method, even though I've read the semantics have changed in 3.6.

This (breaking) change has not been described in the manual. The 3.6 manual still mentions this method:
https://doc.zeroc.com/display/Ice36/Dispatch+Interceptors

Comments

  • matthew
    matthew NL, Canada
    nathanbnl wrote: »
    In the ICE-Java runtime, the Request interface is missing the "isCollocated" method.
    We would like to continue using this method, even though I've read the semantics have changed in 3.6.

    This (breaking) change has not been described in the manual. The 3.6 manual still mentions this method:
    https://doc.zeroc.com/display/Ice36/Dispatch+Interceptors

    The manual is wrong here, the method was removed. Why do you need to use this method?