3 This test checks the combination of PERSISTENT & SYSTEM_ID POA
6 A servant is registered on the RootPOA. The client tells the server to
7 create a POA with PERSISTENT & SYSTEM_ID policies. The server does so
8 and returns a object created and registered in the child POA using a
9 system generated id. Before returning the object, the server saves the
10 system generated id. The client make a call on this new object to make
11 sure that the new object is valid.
13 After this the client instructs the server to destroy the child POA.
15 Then the client instructs the server to recreate the child POA. The
16 server does so and returns a object created and registered in the
17 child POA, but this time uses the previous generated id instead of
18 using a newly generated one. Before returning the object, the server
19 saves the system generated id. The client make a call on this new
20 object and on the previous object to make sure that the objects are