1 This is a regression test to demonstrate a problem in collocated invocation with SSLIOP in a separate thread.
12 ./MessengerServer -ORBSvcConf server.conf
16 ./MessengerClient -ORBSvcConf client.conf
19 NO_PERMISSION exception is thrown.
22 There is a workaround for this problem, i.e., just pass '-ORBCollocation no' to the server.
23 Also if the collocated invocation is in the same thread as the caller, it won't fail.