@Test(groups = "integration.ejb3")
public void testPersistConfigurationUpdateHistory() throws Exception {
executeInTransaction(new TransactionCallback() {
public void execute() throws Exception {
ResourceType type = new ResourceType("platform", "", ResourceCategory.PLATFORM, null);
em.persist(type);
Resource resource = new Resource("key", "name", type);