149150151152153154155156157158159
{ log.debug("Forget " + providerName + " xid "); XAResource xaResource = getDelegate(); try { xaResource.forget(xid); } catch (XAException e) { throw check(e); }
461462463464465466467468469470471
} catch (XAException e) { if (e.errorCode != XAException.XAER_NOTA) throw e; } try { xar.forget(xid11); } catch (XAException e) { if (e.errorCode != XAException.XAER_NOTA) throw e; } } catch (SQLException e) {
148149150151152153154155156157158
138139140141142143144145146147148
HornetQJMSServerLogger.LOGGER.debug("Forget " + xaResource + " xid "); } try { xaResource.forget(xid); } catch (XAException e) { throw check(e); }
375376377378379380381382383384385
} catch (XAException e) { if (e.errorCode != XAException.XAER_NOTA) throw e; } try { xar.forget(xid11); } catch (XAException e) { if (e.errorCode != XAException.XAER_NOTA) throw e; } }
126127128129130131132133134135136
{ XAResource xaResource = getDelegate(false); HornetQXAResourceWrapper.log.debug("Forget " + xaResource + " xid "); try { xaResource.forget(xid); } catch (XAException e) { throw check(e); }
139140141142143144145146147148149
147148149150151152153154155156157
123124125126127128129130131132133
{ HornetQXAResourceWrapper.log.debug("Forget " + connectorFactoryClassName + " xid "); XAResource xaResource = getDelegate(); try { xaResource.forget(xid); } catch (XAException e) { throw check(e); }