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

Flokky

Members
  • Posts

    14
  • 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 Flokky

  1. I've noticed when viewing the JasperIntelligence Web interface as administrator, that the content within the folders often 'disappears'. I've created a folder 'datasources', and sometimes there's nothing in the folder, refreshing the page doesn't help. It happens in all folders, so not only in that folder. Few moments later, everything is back in the folder like it should. Tomcat doesn't produce any errors. Any idea where to look for? Thx Post edited by: Flokky, at: 2006/10/20 10:12
  2. Hi, I was wondering: would you consider it possible to add business logic to the parameter screen easy? For instance: 1 single select and 1 multiple select, where the multiple select changes (through query) when you select a value from the first single select? I saw the newest version of JI 1.1 is capable of using your own parameter screen, but I haven't found anything about this in the manual. Thx Post edited by: Flokky, at: 2006/10/20 09:19
  3. Lucian, your a genuise! :woohoo: I was looking for this particular 'problem' for quite a long time now. That seem to fix it, thank you.
  4. Hi I have noticed something strange using JasperIntelligence. I've noticed some data is omitted when the same data is fetched. For instance consider this example. Name Number of pets -------------------------- Person A 5 Person B 2 Person C Person D 0 The number of pets is omitted for Person C (which has 2 pets). I've tried executing the query in MySQL and my assumption is there verified! Everywhere the same data is fetched, it is omitted. Do you have a solution or workaround for this? Thank you
  5. Hi, I would like to file a bug report for Ireport 1.2.7 When creating a query through the webservice to JasperIntelligence 1.2.7, I get this error: Error: 1- org.springframework.orm.hibernate3.HibernateSystemException: not-null property references a null or transient value: com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.RepoQuery.language; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: com.jaspersoft.api.metadata.common.service.impl.hibernate.persistent.RepoQuery.language This is showned in a messagebox. This error doesn't occur when you create the query directly on the JasperIntelligence web interface.
  6. That did the trick. I thought this code was supposed to be in the JRXML file. I've placed it in a jar and placed it under the WEB-INF/lib and voila, that works great! Thank you again for helping me out! ;)
  7. Hi Lucian, Thank you for the detailed description. After thinking through your suggested solution, I've got one question. Where can you place the utility class when you are using iReport 1.2.7? I've already tried using the 'Scriptlet Editor' in the 'Edit' menu. But when I look into the XML, the utility class isn't there, and when deploying it to the JasperIntelligence server, the parser doesn't know the method. Thank you for your guidance!
  8. I'm still stuck. Any input would be great! Thx
  9. Hi Lucianc, I've read your post very carefully and must say it contains information which I haven't found before. I've tried what you've said and everything is working OK, except executing the query doesn't work. This is my query: select a,b,c from table where aColumn in ($P!{param}) where param is defined in the report as java.util.Collection. The error has to do with using brackets in my sql: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[OK2, OK3]). Could you eleborate a bit more what you mean with your last sentence? Thank you.
  10. Hi, When I try to launch a report which takes two mandatory dates, and leave those fields empty, the report is nevertheless loaded, no validation is taken place and a white screen appears. (in tomcat there's an error: ERROR JasperViewerTag,http-8080-Processor25:85 - Report is empty.) I think this is a bug. Could you verify this?
  11. Please take a close look to the stacktrace: "Address already in use: JVM_Bind:8080" This means there is already an application which uses this port. Probably you've started Tomcat twice. Shutdown both application servers and try running one again.
  12. Hi, Is there a document available which shows an estimate of release cycles of JasperIntelligence? I'm waiting until the list of values with definable query is available and a multi select as parameter. Thank you
  13. Is there someone who can tell me which is the minimal required servlet version? I'm trying to deploy JasperReports / JasperIntelligence on a Macromedia / Adobe JRun 4 application server, but I'm getting errors all the time. Is there someone who has successfully deployed this? Thx
×
×
  • Create New...