]
Sanne Grinovero updated ISPN-7625:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Make sure to report NoClassDefFoundError rather than hiding them as a
ClassNotFoundException
--------------------------------------------------------------------------------------------
Key: ISPN-7625
URL:
https://issues.jboss.org/browse/ISPN-7625
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Minor
Fix For: 9.0.0.Final, 8.2.7.Final
I was having a {{NoClassDefFoundError}} caused by a module misconfiguration, but it
turned out very complex to figure out as the only exception reported by Infinispan was
about a misleading {{ClassNotFoundException}}.
I'm fixing the common classloading utility to make sure to log the errors
appropriately.