]
Sanne Grinovero updated ISPN-6772:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Clarify error messages from JPA CacheStore failing to boot
----------------------------------------------------------
Key: ISPN-6772
URL:
https://issues.jboss.org/browse/ISPN-6772
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Trivial
Fix For: 9.0.0.Alpha3
Currently when for any reason a Persistence Unit fails to boot - most commonly because of
wrong configuration details or connection issues - the reported error is:
{quote}Persistence unit [name of PU] not found{quote}
This is confusing and never accurate, while avoiding to override the exceptions will
result in better explanations.