745746747748749750751752753754755
try (final Tx tx = app.tx()) { for (JsonInput propertySet : jsonInput.getJsonInputs()) { results.add(resource.doPost(convertPropertySetToMap(propertySet))); } tx.success(); retry = false;
761762763764765766767768769770771
try { for (JsonInput propertySet : jsonInput.getJsonInputs()) { results.add(resource.doPost(convertPropertySetToMap(propertySet))); } retry = false; } catch (DeadlockDetectedException ddex) {