]
Koen Aers resolved JBIDE-20065.
-------------------------------
Assignee: Koen Aers
Resolution: Done
hibernate util.invoke* silently swallows NoSuchMethod
-----------------------------------------------------
Key: JBIDE-20065
URL:
https://issues.jboss.org/browse/JBIDE-20065
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Reporter: Max Rydahl Andersen
Assignee: Koen Aers
Priority: Critical
Fix For: 4.3.0.Beta2
as seen in JBIDE-20042 errors are swalloed (just logged) meaning many methods to
hibernate just returns null resulting in broken logic.
Example:
https://github.com/jbosstools/jbosstools-hibernate/blob/master/plugins/or...
why are these not turned into actual RuntimeExceptions and raised ?