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

jlopes151

Members
  • Posts

    52
  • Joined

  • Last visited

jlopes151's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Solution found. I'm using the SpringFramework and the error is the result that is returned by the model object to which my controller was incrorectly setup to return to a jsp using the @Responsebody annotation. I removed the annotation and cleared the error.
  2. Ya did that when I didn't find a solution and it did the trick. Thanks for the reply though
  3. Not sure where I saw it but I thinkl you'll need to rebuild your .jrxml with the latest iReports tool saw something about depricated PDF font apis or something. If I come across the info agin I'll post it.
  4. I trying to generate a csv report when I save this is some of the data in the csv. {"empty":false reference:true viewName:"bymonthReport" view:null model:{"datasource":{"data":[{"ROOM_NUMBER":"0K101" NUMBER_OF_MEETINGS:191 Thanks
  5. I'm getting the following error "No serializer found for class". I'm trying to gen a report using a List object. Also is there a way to create a .jrxml for such a rreport? James
  6. So many battles getting this to work I was pointing to an empty folder. Not getting default query error some thing else now.
  7. I trying to create a JRXmlDataSource passing the absolute path of the xml file and the query string. I get the following any help No query executer factory class registered for xpath2 queries Post Edited by jlopes151 at 07/31/2011 20:46
  8. If you can build a Hello World report or some thing simple to test your install of iReport. If you are able to build a simple report I would look at the the data you are trying to load. From what you have said it looks like the report is not getting the data you want. Check your query.
  9. java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence. Getting the above after running a 2.0.5 .jrxml through the 3.1.0 iReport. I have a few 2.0.4 jrxml reports that I have not passed through the latest build of iReport and they compile with out error although they generate empty pdf files Which brings me to my problem I need to use iText to generate a report. I need to update to the latest or near latest version of the iText libs to do this. Has anyone else updated to the latest of iReport and converted their older jrxml files and resolved this error. The error doesn't helpm much to locate were in the problems is in the file. Is it the whole file as UTF-8? Thanks for the help
  10. Has any one wrapped text around an image? can it be done? Thanks for sny help
  11. I'm loading data throigh an xml file, if I set the character encoding to iso-8859-1 then I can load all characters.
  12. Woiuldn't that place a Java expression in a text field, and would the pdf simply display the expression?
  13. My project requires the use of entities @, ® and so on. I tried the reg and got the following error. The entity "reg" was refernced but not declared. Were would I declare these entities? Thanks for any help
  14. My data is diplayed in the detail band, When I create the JRXML I set the number of columns at the document level. Which is the only place I have seen were columns can be set. If I look at the JRXML in iReports there is a line splitting the document in half. I have include the test jrxml
×
×
  • Create New...