سؤال

وجدت مثالا مع JASPER ثابت و JSF وعملها ولكن في Jasper الديناميكي لا يمكن أن يعمل (عندما أحاول تصدير JasperPrint لدي استثناء غريب giveacodicetagpre.

هل كانت مفيدة؟

المحلول

Look at the bottom of the stacktrace for the real root cause.

Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.list.UnmodifiableList

The mentioned class is just missing in the classpath. As the package name hints, it's part of Apache Commons Collections. Download it, drop the commons-collections.jar in /WEB-INF/lib folder and this error should disappear.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top