]
Sanne Grinovero updated WFLY-10413:
-----------------------------------
Affects Version/s: 13.0.0.Beta1
State errors during fetching JPA Statistics should not be fatal
---------------------------------------------------------------
Key: WFLY-10413
URL:
https://issues.jboss.org/browse/WFLY-10413
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 13.0.0.Beta1
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 13.0.0.CR1
A follow up to WFLY-2436 : the previous issue was making sure the server would not be
terminated in case of {{IllegalStateException}} but I witnessed now that we need to
protect also against other Runtime errors such as HibernateExceptions, specifically
{{org.hibernate.service.UnknownServiceException}} is possible.