241242243244245246247248249250251252253
storageDataManager.save(transactionLog); transactionLog = null; } catch (InvalidItemStateException e) { throw new TransactionException(e); } catch (RepositoryException e) { throw new TransactionException(e); } } }