Frage

Ich habe ein Beispiel mit statischen Jasper und JSF und seiner Arbeit gefunden, aber in dynamischer Jasper kann nicht funktionieren (wenn ich versuche, meinen Jasperdruck zu exportieren, habe ich eine seltsame Ausnahme generasacodicetagpre.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top