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

maiolif

Members
  • Posts

    10
  • 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

Posts posted by maiolif

  1. Hello everybody,

    I experience this issue

    java.lang.NoSuchMethodError: 'java.lang.Object org.apache.commons.javaflow.Continuation.suspend()'">',

    when printing a report like the attached one, with 2 or more subreports exceeding a single page.

    I found other posts in this forum, and tried the solutions (i.e. putting the subreports in group footer, with overflow type=float) but nothin happened really, I still got this annoying error.

    The server is embedded into odoo erp, but I got the same error in a jasper server standalone.

     

    when printing the same report with the same dataset from jaspersoft studio in preview, no problem, the report is printed without any issue.

     

    I tried a lot of combinations, but nothing was the solution.

    PLS help

  2. hello,

    I translated some resorces as static test (i.e. label names) using $R and translation files.

    It works but I want to print my report with a language that can vary dynamically from the datasource.

    For instance, I will print a sale offer in the customer language, so that the report Language and locale should be passed as a parameter.

    is there anybody here that knows how to do?

    thanks in advance

  3. Hello, sorry for my "stupid" question.

    In a report I put a clause

    WHERE $X{ IN ,res_partner.id,IDS}[/code]

    The report is working well.

    when in preview, in jaspersoft Studio, I need to pass the parameter collection IDS to the report, but I always get this error

    net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRRuntimeException: Invalid type java.lang.String for parameter IDS used in an IN clause; the value must be an array or a collection.

    I tried several ways to pass the list of IDS, but without success:

    [1,2]

    1,2

    "1,2"

    "[1,2]"

    "{1,2}"

    and many other...

     

    Help!

×
×
  • Create New...