|
When configuring hibernate with an Infinispan 2LC and Infinispan 7.0, I see the following exception during SessionFactory.close():
During Region.destroy(..) the base region implementation tries remove the region instance as a cache listener, however none of the region implementations in hibernate-infinispan seem to be annotated with @Listener, hence the exception. This failure is not immediately caught by the CacheImplementor and thus prevents subsequent regions from being destroyed.
|