An exception thrown by the {@link WorkflowInstanceRepository}
944945946947948949950951952953954
} catch (SQLException e2) { LOG.log(Level.SEVERE, "Unable to rollback addMetadataValue transaction. Message: " + e2.getMessage()); } throw new InstanceRepositoryException(e.getMessage()); } finally { if (statement != null) { try { statement.close();