resourcebundle and session constants

This commit is contained in:
2014-06-15 10:54:04 +02:00
parent dccfd18415
commit 05b26eebac
7 changed files with 141 additions and 54 deletions

View File

@@ -170,7 +170,7 @@ public class CacheServiceImpl implements CacheService {
EntityManager em = dbService.getEntityManager();
try {
em.getTransaction().begin();
em.persist(list);
em.merge(list);
em.getTransaction().commit();
} catch (Exception e) {
e.printStackTrace();