354355356357358359360361362363364
} store.commitTrx(); } catch (StoreException ex) { if (store != null) { store.rollbackTrx(); } log.warn("Exception while getting store to get pending actions", ex); } catch (Exception ex) { log.error("Exception, {0}", ex.getMessage(), ex);
362363364365366367368369370371372
} catch (Exception ex) { log.error("Exception, {0}", ex.getMessage(), ex); if (store != null && store.isActive()) { try { store.rollbackTrx(); } catch (RuntimeException rex) { log.warn("openjpa error, {0}", rex.getMessage(), rex); } }
6768697071727374757677
} store.commitTrx(); } catch (StoreException e) { if (store != null) { store.rollbackTrx(); } log.warn("Exception while accessing the store", e); } catch (Exception ex) { log.error("Exception, {0}", ex.getMessage(), ex);
7576777879808182838485
6869707172737475767778
7677787980818283848586