public void testDisconnectAfterSystemExceptionNoTimeout() throws Exception
{
BasicServer server1 = BasicServerHelper.narrow(orb.string_to_object(server1IOR));
try
{
server1.pass_in_long(0);
}
catch (Throwable e)
{
Field fconnmgr = Delegate.class.getDeclaredField("conn_mg");
fconnmgr.setAccessible(true);