Category: | Bug report |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Block |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
The module jars for spring are loaded by default to the classpath in iReport.
To replicate, add the folder with spring config to the classpath, then add all the necessary jars to the classpath.
Then try to test the connection on a spring loaded hibernate connection, and you get a NoSuchMethodError on MutablePropertyValues.add(String,Object).
This is because the spring.jar from the modules/ext directory is an old version, and iReport is not loading my updated spring jar files over it.