summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Bug_2908_Regression/README
blob: a8acf9045b401fbde50e63ed3eddabe4b2209598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$Id$

This is a regression test to demonstrate a problem in collocated invocation with SSLIOP in a separate thread.


How to Run:

1) Automatially:
./run_test.pl

2) Manually

To start the server:
------------------
./MessengerServer -ORBSvcConf server.conf


To start the client:
------------------
./MessengerClient -ORBSvcConf client.conf


Output:
NO_PERMISSION exception is thrown.

Note:
There is a workaround for this problem, i.e., just pass '-ORBCollocation no' to the server.
Also if the collocated invocation is in the same thread as the caller, it won't fail.