try {
// EOEnterpriseObject theObject = ec.faultForGlobalID( theObjectGID, ec);
EOEnterpriseObject theObjectToPDF = EOUtilities.localInstanceOfObject(ec, myObject);
jrDataSource = new ERJRFoundationDataSource(new NSArray<EOEnterpriseObject>(theObjectToPDF));
if (jasperCompiledReportFileName != null) {
reportFile = ERJRUtilities.runCompiledReportToPDFFile(jasperCompiledReportFileName, frameworkName, parameters, jrDataSource);
}