-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
merlin
-
unknown
-
solaris_1
1. Create a poa with retain and use default servant policies.
2. Do not set a default servant.
3. Use the poa to create a reference with an id (but no servant).
4. Publish the reference.
5. Have a client lookup the published reference.
6. Invoke _non_existent on the reference
Notice an UNKNOWN reported by the client. This is because GenericPOAServerSC attempts to get the repo id of the servant to give to interceptors.
Instead the client should get true.
2. Do not set a default servant.
3. Use the poa to create a reference with an id (but no servant).
4. Publish the reference.
5. Have a client lookup the published reference.
6. Invoke _non_existent on the reference
Notice an UNKNOWN reported by the client. This is because GenericPOAServerSC attempts to get the repo id of the servant to give to interceptors.
Instead the client should get true.