zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Cannot create two "" object adapters in Java #2301

Open bernardnormier opened 2 weeks ago

bernardnormier commented 2 weeks ago

This code incorrectly prevents the creation of two "" object adapters in Java: https://github.com/zeroc-ice/ice/blob/56b6609b1803f3052d4e52da7ab3e6f863988f22/java/src/Ice/src/main/java/com/zeroc/IceInternal/ObjectAdapterFactory.java#L127

The equivalent C++ and C# code handles this situation differently.