334335336337338339340341342343344
} catch (ApplicationException e2) { try { u.transactionRollback(); } catch (RemoteException e1) { Logger.error("unable to rollback transaction",e1); }
346347348349350351352353354355356
} catch (RemoteException e) { try { u.transactionRollback(); } catch (RemoteException e1) { Logger.error("unable to rollback transaction",e1); }