orderItems.addAll(orderShipment.getOrderItems());
}
// TODO : denis : one page/table by OrderShipment
JRDataSource datasource = new JRBeanCollectionDataSource(orderItems, true);
final JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, datasource);
String fullFilePath = getShippingConfirmationFilePath(order);
JasperExportManager.exportReportToPdfFile(jasperPrint, fullFilePath);