[ 1898042 ] VPN/Wan transaction management bugs

This commit is contained in:
Heng Sin Low 2008-02-20 17:15:50 +00:00
parent c1b14374e1
commit 7527c2e9b8
1 changed files with 0 additions and 12 deletions

View File

@ -875,10 +875,6 @@ public class ServerBean implements SessionBean
{ {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
finally
{
trx.close();
}
} }
return success; return success;
} }
@ -903,10 +899,6 @@ public class ServerBean implements SessionBean
{ {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
finally
{
trx.close();
}
} }
return success; return success;
} }
@ -932,10 +924,6 @@ public class ServerBean implements SessionBean
{ {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
finally
{
trx.close();
}
} }
return success; return success;
} }