05-19-2014 04:25 AM
05-22-2014 06:38 AM
05-22-2014 06:17 AM
UserTransaction trx_A = transactionService.getNonPropagatingUserTransaction();
try{
trx_A.begin();
//Folder Creation logic
trx_A.commit();
} catch(Throwable e) {
try {
trx_A.rollback();
} catch (Throwable ee) {
}
}
//Create another transaction and do same as above and add properties add logic if folder creation was success
05-22-2014 06:47 AM
05-22-2014 06:56 AM
05-22-2014 07:41 AM
05-22-2014 08:03 AM
05-22-2014 08:49 AM
05-23-2014 02:28 AM
05-23-2014 03:29 AM
05-26-2014 07:52 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.