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

lucianc

Members
  • Posts

    5,609
  • Joined

  • Last visited

  • Days Won

    4

 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 lucianc

  1. Changed Assigned User from - to @User_306070 The exception shows that Groovy is still used as report language. Change the report language to Java and make sure that the change is effective in your application (recompile the report if required, etc).Regards,Lucian
  2. Changed Assigned User from - to @User_306070 The table is there in the tooltip in JRS, but there's a CSS rule that applies to it and prevents the text in the table from showing. Manually setting font-size:12px for the table cells (as in "<table><tr><td style=\"font-size:12px\">Row1</td></tr> <tr><td>Row 2</td></tr> </table>") overrides the JRS CSS, but I can't say whether that's the best solution/workaround.Regards,LucianPS: Commercial Jaspersoft products are probably best managed via official support channels.
  3. Changed Assigned User from - to @User_306070 See comment #5 in http://community.jaspersoft.com/ireport-designer/issues/2575You need to set a configuration property to restore the 4.7 behaviour.Regards,Lucian
  4. Changed Resolution from Open to Fixed Changed Status from Assigned to Resolved Fixed at http://sourceforge.net/p/jasperreports/code/ci/128085c1f3bb335b8dd13d4ce1e57c6d5af27684/, thank you for reporting the problem.
  5. I think I figured it out, but attaching your JRXML would not hurt as it would allow me to confirm that what I found the same problem.
  6. Could you attach the JRXML of a report that fails? The conditions in which the error occurs are not very clear to me. Thank you, Lucian
  7. Changed Assigned User from - to @User_306070 Fixed at http://sourceforge.net/p/jasperreports/code/ci/2cf9712b174fc2880722cd7ce99e2f759e2f00e1/Thank you for reporting this.
  8. Changed Assigned User from @anonymous to @lucianc Thank your for the investigation. I checked in a fix at http://sourceforge.net/p/jasperreports/code/ci/8a7db84d43c9aa21291a72802146e0ef91784781/Regards,Lucian
  9. The problem comes from the fact that JDK's RTFEditorKit does not support \ansicpg, therefore the characters are read using the default codepage. I can't tell for now what we could do about it. Regards, Lucian
  10. Changed Resolution from Open to Fixed Changed Status from Assigned to Resolved Closing this for now, if there are still issues left unaddressed please reopen (or log as separate trackers if not related to the original problem).
  11. Changed Status from New to Feedback Requested Changed Assigned User from - to @User_306070 I made a quick test and it worked fine for me. Please attach a full JRXML that illustrates the problem.Regards,Lucian
  12. Changed Status from New to Feedback Requested Changed Assigned User from - to @User_306070 I'm not able to reproduce the behaviour, please attach a (preferably runnable) report that illustrates the problem.Regards,Lucian
  13. Changed Resolution from Open to Fixed Changed Status from New to Resolved Fixed at http://sourceforge.net/p/jasperreports/code/ci/9c9831d549d1aa69c98a81ea44bb8e90c22e65d9/Regards,Lucian
  14. Changed Resolution from Open to Fixed Changed Status from New to Resolved Changed Assigned User from - to @User_306070 This has been fixed some time ago at http://sourceforge.net/p/jasperreports/code/ci/8c92c7987b3c41a968bc8938f7817282d1360f4dRegards,Lucian
  15. Changed Status from New to Closed Changed Assigned User from @User_306070 to @anonymous
  16. The part about an exception type for interrupted exports has been addressed as part of http://community.jaspersoft.com/jasperreports-library/issues/5875
  17. Additional commit (forgotten file) at http://sourceforge.net/p/jasperreports/code/ci/198c6fc8505bafc1de366eef6d0973f6e120cb35/
  18. Changed Resolution from Open to Fixed Changed Status from Assigned to Resolved Fixed at http://sourceforge.net/p/jasperreports/code/ci/ef37d97196a9aeb58be418b4ef9391756e4049ca/Regards,Lucian
  19. Changed Assigned User from - to @User_306070 Worked (almost) fine for me, the TOC labels are shown. Maybe this is a font issue, could you decrease the font size of the labels or increase the element heights?Regards,Lucian
  20. Changed Status from New to Feedback Requested The first exception looks similar to the one from http://community.jaspersoft.com/jasperreports-library/issues/4009-0Please try the latest JR (6.0.0). You might still get InterruptedException, but that wouldn't necessarily prevent the report from being completed.If you still get the NullPointerException, attach a test case that can be used to reproduce the problem.Regards,Lucian
  21. Changed Resolution from Open to Fixed Changed Status from New to Resolved Changed Assigned User from @User_306070 to @anonymous This is an ugly one. It happens with nested list elements, i.e. a list placed inside another list's cell. It might affect other elements as well (such as lists nested in crosstab cells).I checked in a fix at http://sourceforge.net/p/jasperreports/code/ci/03c0090e5d63e1a684550313133b215302154ee4/Regards,Lucian
  22. The feature of uploading jars to be used for reports was initially meant to be used for code/classes required by the report fill process. That feature fell behind the current functionality in which report exporting could also make use of extensions packages as jars. JRS does not currently use the jar resources (at least not always) when exporting a report, so the font extensions is not picked up by the HTML exporter. Log this as a separate bug, we'll have to see what to do about it.
×
×
  • Create New...