Description
The TSSBean is calling "localPOA.the_POAManager().deactivate(true, false):" in the doStop() method. This is not the correct call, as it shuts down the entire set of POAs attached to the ORB. To shutdown one POA, destroy() needs to be called instead.