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

chiphi13

Members
  • Posts

    9
  • Joined

  • Last visited

chiphi13's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am currently using the latest version of JasperServer V3.5 and need to be able to pass the tenant ID into the sql query of the input controls in order to restrict the data that gets returned. Is there a way to pass inject into the sql query dynamic parameters?
  2. Create a parameter in the report called LoggedInUser with the following class: com.jaspersoft.jasperserver.api.metadata.user.domain.User You will then have access to the getTenantId() property. You may need to use the TenantServiceImpl class in order to retrieve the name of the tenant once you have the id.
  3. Is there currently a way to manage organizations in V3.5 through a web service? I know that there is a web service for the repository and domain. I am currently looking at ways to automate the adding of organizations for our multi-tenant application. So, when a new tenant is created in our system, it would also be created in Jasperserver without an admin manually adding it.
  4. Has this been implemented yet? I am running version 3.1 and would like to know what the steps are from implementing localization for the input control labels.
  5. Does anyone know if the Jasper Babylon project is using the lastest property files? I want to use a couple of the translation packs, but not sure if they are from version 2x or have been updated to 3x
  6. I am setting the following for the response: response.setContentType("application/pdf"); response.setHeader("Content-Disposition", "inline,fileName=JasperReport.pdf"); response.setContentLength(reportContents.size());
  7. Has anyone else encountered this error and has a fix for it? I am using jasperreports 1.2.6 to produce pdfs online. "The Adobe Reader couldn't open 'pa020081.fdf' because this type of file is not supported or because it's corrupted." I haven't been able to reproduce this error, but users are experiencing it online.:whistle: size=230]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/fdferror4.png Post edited by: chiphi13, at: 2006/10/19 15:46
  8. Giulio, I figured out the problem. It looks like you need to delete the .ireport folder for the older versions before trying to open the v1.2.5. Once I deleted the config directory the application opened successfully. I didn't need to install a newer version of the jvm.
  9. I am receiving the following error when trying to startup 1.2.5 after installation. I am using jdk version 1.4.2_05: Exception in thread "main" java.lang.NoSuchMethodError: java.lang.Boolean.parseB oolean(Ljava/lang/String;)Z at it.businesslogic.ireport.connection.JRXMLDataSourceConnection.loadPro perties(JRXMLDataSourceConnection.java:90) at it.businesslogic.ireport.gui.MainFrame.traverse(MainFrame.java:7872) at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF rame.java:7732) at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF rame.java:7630) at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:331) at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:7110)
×
×
  • Create New...