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

rydenx

Members
  • Posts

    5
  • Joined

  • Last visited

rydenx'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 all, May i ask if it is possible to embed datasource setting in jrxml, so that when i open the jrxml in iReport, it point to the correct datasource immediately? Your replies are much appreciated. Thanks in advanced. Regards, RydenX
  2. Hi all again, I finally got it working but i can only use datadource with reference to C:\ and it must be a xml file. How do i do it for if i want to reference from http://? Could not get it working with .xml or .jsp extention. The error i had was error parsing xml file.
  3. Hi All, i got an error while running this portion of my code. CODE String url = "http://localhost/testing.jsp"; String query = "home\funiture"; JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, new net.sf.jasperreports.engine.data.JRXmlDataSource(url, query)); ERROR net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: No query executer factory class registered for xpath2 queries. net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: No query executer factory class registered for xpath2 queries. I search through the forum but still could not understand how to add in the xpath2 query executer factory class. I added the jasper-extention jar into my project already and it does not help. Anyone who has solved this issue can gimme a hand.??
  4. Hi guys, I was able to create and compile my jrxml with my predefined Query Executer. Eventhing works fine when i use iReport to view it. However, i could not get my java program to read this .jasper file and run to pdf. My suspicion is that the Query Executer is not being called therefore causing this error. Is there any way to set the Query Executer in java?
  5. Hi all, Currently i have a problem installing a plugin i developed into iReport. It says that there is a module dependency version diff. How can i resolved this? Im using netbean 6.7.1 and uses netbean default modules Utilities API and Dialog API as dependency. Can any 1 help me? .. read some where that if were to compile the module in nb 6.0.1, the plugin will work. However im using window 7 and i cannot install net bean 6.0.1.. Please help...
×
×
  • Create New...