[#1128] - java.lang.NoSuchMethodError: org.apache.commons.collections.CollectionUtils.exists(Ljava/util/Collection;Lorg/apache/com

Category:
Bug report
Priority:
Normal
Status:
Assigned
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

I get this exception while executing a report in i-report using JRDataSourceProvide. But I don't get that error while running the actual report in jasper.

It looks like i-report has an old commons jar file (2.1 to be specific) int the lib directory and replacing it with commons 3.1 fixes the problem.

Can some one add the latest commons jar in the next build?

mhabtamu's picture
Joined: May 18 2007 - 11:34am
Last seen: 16 years 3 weeks ago

1 Comment:

#1

Sorry the exception got truncated - here i t is:
java.lang.NoSuchMethodError: org.apache.commons.collections.CollectionUtils.exists(Ljava/util/Collection;Lorg/apache/commons/collections/Predicate;)Z

Feedback
randomness