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

rpoillot

Members
  • Posts

    11
  • 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 rpoillot

  1. Gonzalo, maybe you must take a look to the log4j.properties file and check the log4j.logger.com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.JdbcDataSourceService line.

     

    If you want to audit the connections maybe it's feasible filtering the catalina.out file and enabling the respective log setting.

  2. I've faced this issue before: In Jasper4.5 you have to change some style expressions, because now it's Java who evaluate this instead of Groovy.

    In this case, if you take a look at your report you'll probably find expressions like "0", which means "false" in Groovy. Now you'll have to encapsulate this with the expression "new Boolean(a==0)" (for example) in order to make it work. In other words, you'll have to cast all of those kind of expressions.

    Hope this solve your problem. Greetings.

     


    Thank you. I actually installed 4.5 in parallel with 4.1 in a seperate directory and exported the repository and reimport into 4.5. So far everything is working well. I only have one error with a report which i am investigating

    The server has encountered an error. Please excuse the inconvenience.
    Error Message

    java.lang.ClassCastException: java.lang.Integer cannot be cast to java.math.BigDecimal

    Many thanks
    Savyn



    Post Edited by rpoillot at 03/27/2012 20:49
  3.  Hello everybody!

    We want to embed our reports into our applications, so we would like to supress the UI decoration of the report (i.e. we want to show only the parameters and the report, nothing else... no logo, no info, no ...).

    If we put the &viewAsDashboardFrame=true parameter at the end of the url (i.e. https://<ourserver>/jasperserver-pro/flow.html?&_flowId=viewReportFlow&standAlone=true&ParentFolderUri=<ourparentFolderUri>&reportUnit=<ourReportUnit>&viewAsDashboardFrame=true) we can supress the decorations, but we can't set the parameters of the report, and if we pass the url without that parameter we have again the decoration.

    So, my question is... How can i embed a report via url without miss the parameters?

    Thanks in advance.

    Greetings,

     

    -- 

    Ronald



    Post Edited by rpoillot at 10/26/2011 20:03



    Post Edited by rpoillot at 10/26/2011 20:04
×
×
  • Create New...