As per the spec (ptc/99-10-07) section 11.3.8.12 set_servant_manager may be invoked only once after a POA has been created. Attempting to set the servant manager after one has already been set will result in BAD_INV_ORDER being raised.
The implementation does not raise the exception.
Run the attached java file to reproduce the problem
********************************************************************************
###@###.### 2002-02-28
- Fix verified ok
1) with build: j2sdk-1_4_1-beta-bin-b03-solsparc-28_feb_2002
2) with sqe test: tests/api/poa/poa/setservantmanager:Test07
********************************************************************************
The implementation does not raise the exception.
Run the attached java file to reproduce the problem
********************************************************************************
###@###.### 2002-02-28
- Fix verified ok
1) with build: j2sdk-1_4_1-beta-bin-b03-solsparc-28_feb_2002
2) with sqe test: tests/api/poa/poa/setservantmanager:Test07
********************************************************************************