[ 1898042 ] VPN/Wan transaction management bugs
This commit is contained in:
parent
c1b14374e1
commit
7527c2e9b8
|
@ -875,10 +875,6 @@ public class ServerBean implements SessionBean
|
|||
{
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
trx.close();
|
||||
}
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
@ -903,10 +899,6 @@ public class ServerBean implements SessionBean
|
|||
{
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
trx.close();
|
||||
}
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
@ -932,10 +924,6 @@ public class ServerBean implements SessionBean
|
|||
{
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
trx.close();
|
||||
}
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue