Jump to content
We've recently updated our Privacy Statement, available here ×

campbell-ewald

Members
  • Posts

    6
  • Joined

  • Last visited

campbell-ewald's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi Osian, I'm curios, how did you work through this issue? Thanks.
  2. hello. i'm wondering if there are any developers here in WebObjects for JasperReports? If you can give me some insights how you developed for JasperReports it would be great!!! Is there a native api in JasperReports to dump an object (dictonary,list,etc -- this would be my parms to JasperReports) to a "JRXML-friendly" xml file? This would really be handy in iReport testing esp if your datasource will be an xml file. Thanks!
  3. Thanks Teodor! I'll look into building the jrxml file using ant scripts. But as a quick fix (and related to your suggestion), I just copied the ".jasper" (which was produced from iReport) file of my report and invoked JasperFillManager.fillReport to it. Is there an issue if I just deploy the ".jasper" file directly?
  4. Made this work with no problem. I just invoke "call library1.deleteall" and it would return the resultset.
  5. Do I need to have a special code to read the jrxml file properly? I have already included "xercesImpl-2.6.2" in my classpath. And I'm currently using "jasperreports-3.5.1.jar". By the way, here is the exception that I get: net.sf.jasperreports.engine.JRException: org.xml.sax.SAXException: http://java.sun.com/xml/jaxp/properties/schemaSource at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:243) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:226) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:214) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:89) Code: Post Edited by campbell-ewald at 07/10/2009 19:49
  6. Any experience on this? Any special configuration that we need to do for this? How do we call the actual stored procedure on the iSeries? Any information would be highly appreciated.
×
×
  • Create New...