Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.3.14
-
None
Description
my application works fine before commit 1439171,when I upgrade to 2.3.14,it raise a ClassCastException
Caused by: java.lang.ClassCastException: org.hibernate.collection.internal.PersistentList cannot be cast to net.sf.jasperreports.engine.JRDataSource at order_1283128512214_277101.evaluate(order_1283128512214_277101:275) at net.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:190) ... 120 more
class Order{
List<OrderItem> items;
}
items in subreport should be JRDataSource but List
Attachments
Attachments
Issue Links
- is broken by
-
WW-3698 jasperreports plugin's ValueStackDataSource converts field values in ValueStackDataSource even when it's not wanted
- Closed