
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Spring, Hibernate, Mysql, Tomcat, Compass(jdbc)
|
|
To avoid "not processed by flush()" exception from hibernate when compass performs update index of entity which has uninitialized lazy loading component(s), the HibernateEventListener to be registered with postCommitUpdateEvent from Hibernate.
It is required to have injection of HibernateEventListener registration in DefaultHibernateEntityLifecycleInjector.
|
|
Description
|
To avoid "not processed by flush()" exception from hibernate when compass performs update index of entity which has uninitialized lazy loading component(s), the HibernateEventListener to be registered with postCommitUpdateEvent from Hibernate.
It is required to have injection of HibernateEventListener registration in DefaultHibernateEntityLifecycleInjector. |
Show » |
|