if (se.getMessageId().equals(SQLState.LOCK_TIMEOUT))
{
if (nestedTC != null)
{
nestedTC.commit();
nestedTC.destroy();
nestedTC = null;
}
// if we couldn't do this with a nested xaction, retry with
// parent-- we need to wait this time!
prepareAndRelease(lcc, null, null);