Project:
View Revisions: Issue #40046 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0040046: unnecessary objects are created every time any DAL object is created/updated/deleted | ||
Revision | 2019-01-28 16:11 by caristu | ||
Description | EntityPersistenceEventObserver should be declared as an @ApplicationScoped bean, otherwise when a new event (save, update, delete, transaction begin, transaction completed) is fired a new instance of every EntityPersistenceEventObserver listening to that particular event is created. | ||
Revision | 2019-01-28 14:08 by caristu | ||
Description | EntityPersistenceEventObserver should be declared as application scoped, otherwise when a new event (save, update, delete, transaction begin, transaction completed) is fired a new instance of every EntityPersistenceEventObserver listening to that particular event is created. | ||
Revision | 2019-01-28 14:04 by caristu | ||
Description | EntityPersistenceEventObserver should be declared as application scoped, otherwise when a new event (save, update, delete, transaction begin, transaction completed) is fired every EntityPersistenceEventObserver listening to that particular event is being instantiated. |
Copyright © 2000 - 2009 MantisBT Group |