[#5598] - Spring loaded config with 4.5 doesn't work with spring 3.1

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.

sharkanana's picture
Joined: Jan 10 2012 - 5:45am
Last seen: 11 years 8 months ago
Feedback