263264265266267268269270271272273
acl1.addEntry(entry4); acl1.addEntry(entry5); acl2 = this.entityManager.merge(this.persistedACLs.get(1)); acl2.addEntry(entry6); acl2.removeEntry(this.persistedEntries.get(0)); transaction.commit(); } catch (RuntimeException re) { re.printStackTrace();