Hi, I got a report working fine with the XML file data source, but I need to send the datasource from my jRuby application: data = MyModel.all.to_xml How do I prepare the "data" for send to the JasperFillManager.fill_report(@model, @options) in the parameter of thE @options hash? Exists another way? Thanks!