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

jlopes151

Members
  • Posts

    52
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by jlopes151

  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
  15. Is there a way to restrict columns to the detail band. As it stands if I set the number of columns greater than 1 any open area in the header gets data of the detail. Thanks for any help
  16. Ok say I'm creating a project that lists authors and I want to create a report that list the author and all their book titles. Thanks for anu help <publisher> <author> <name>Robert Ludlum</name> <books <title>Bourne Sup..</title> <title>Another</title> </books> </author> <author> <name></name> <books> <title></title> <title></title> </books> </author> </publisher>
  17. So I don't know the size of the text retrieved can I adjust the text field a runtime to display all text? I may have a sentence for one row and a paragraph the next. Thanks for the help
  18. Can I dynamically design a Jasper Report? What is required and are there samples? Thanks for the help
  19. I want to change the color of a string at runtime. When the PDF is generated a portion of text will have a different color depending upon a parameters value. Is there a way to do this with out using a scriptlet. Thanks for the help
  20. Well to be honest I haven't given the use of a Scriptlet much thought. I have built a sample report using a scriptlet as a proof. I now have a need for one so I thought I would try the internal as a quick and dirty. Every time I tried to use iReport and a scriptlet an error showed up and I went to an Ant script to get around the error. So its desing in iReport, then build with Ant. The Scriptlet doesn't have a package, so no folder should be required. My real reason for all of this effort is to get around the back and forth of desing in iReport the build in Ant. Thanks for the reply Post edited by: jlopes151, at: 2008/07/16 13:40 Post edited by: jlopes151, at: 2008/07/16 13:41
  21. I'm getting an error message that the internal scriptlet created by iReport 3.0 cannot be found. It compiles with out error when I run there is the error the PDF renders without error. The scriptlet .java and .class files are created. The folder of my project is in the classpath.
  22. I create a Style added it to the Style lib, then tries to use it. In the Text props I set the style lib to use, but still had to set the font. What's the point of creating a Style if the tool isn't going to use it. Another thing is if I want some text of that new font to be bold or ... I have would have to create a new Style. :angry:
  23. I put an image in the background band, but it doesn't expand to the whole page. It will cover part of the page if I extend the height of the band. Any one seen this?
  24. The iReport tool has listed the Tahoma font. were as the PDF output doesn't. Were can I get the Tahoma font for PDF? Post edited by: jlopes151, at: 2008/07/02 14:16
×
×
  • Create New...