04-04-2012 07:36 AM
11:41:49,893 User:admin ERROR [repo.transaction.RetryingTransactionHelper] Rollback failure. Normal retry behaviour will resume.
java.lang.RuntimeException: UserTransaction begin/commit mismatch
try {
trx.begin();
NodeRef targetNode = Utils.transferToRM(expNodeRef);
trx.commit();
} catch (Exception e) {
logger.error("Error al transferir el expediente: " + id, e);
if (trx.getStatus() == javax.transaction.Status.STATUS_ACTIVE){
trx.rollback();
}
}
java.lang.RuntimeException: UserTransaction begin/commit mismatch
04-10-2012 11:32 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.