// we should not be in a local tx when performing tx completion
log.warn("Seems the used PersistenceBroker handle wasn't closed, close the used" +
" handle before the transaction completes.");
// in managed environments this call will be ignored by
// the wrapped connection
cm.localCommit();
}
cm.releaseConnection();
}
public void afterCompletion(int status)