Jump to content
Changes to the Jaspersoft community edition download ×

rmartony

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

Everything posted by rmartony

  1. I solved the problem using iReport Designer 4.1.3. Post Edited by rmartony at 06/01/2012 19:11
  2. I get the same error but when I try to "Replace with current document" in iReport Designer 4.5.1. I use JDK 6, JBoss 4.2.3, jbossws-native-3.1.1, JasperServer 3.7.1. Any ideas?
  3. Hi, I have installed JasperServer 3.7 CR on a JBoss 4.2.2 server using Oracle 10g database and Java 1.5. The problem is that many times happens that after logging in JasperServer, the reports list in repository brwoser does not get displayed. I have to logoff and login again or select to another menu and go back to get the list displayed. Also when the reports list finally gets displayed, accessing a simple report also takes some time to load. After the reports loads pagination does respond fast. We also have other applications running on same server but we do not notice performance problems. Any help would be appreciated, thanks, Rafael. Code:JVM settingsJAVA_OPTS="-Xms512m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=256m -Xss2m"JAVA_OPTS="$JAVA_OPTS -Doracle.jdbc.defaultNChar=true"JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled "
  4. Is it possible to access JasperServer behind an authenticated proxy in iReport? I can't access JasperServer altough I set the proxy settings properly (via Tools->Options).
  5. Is it possible to set the default folder after logging in (JS 3.7)? Regards, Rafael Martony.
  6. Thank you very much Matt. I was missing the ! after $P. Regards, Rafael.
  7. Any Ideas how to do sorting by clicking on the column header? I tried to pass the column number as a parameter and then do an 'order by' in the SQL Query but it didn't work. The order by does nothing. I'm using Jasperserver 3 and Oracle 10g. Thanks, Rafael.
  8. Hi Chris, the parameter should appear in the *SQL Query* as an "order by $P{parameter}"? Or there is an other way to do this? Thanks, Rafael. Post Edited by xxxx xxx at 01/23/09 12:49
  9. Hi gludington, could you please post the link to (or attach) the openflashchart.xsd file? I couldn't find the file and I get the 404 error. Thanks in advance, regards, Rafael. gludington Wrote: Of course, that was not it..the issue was that the internal openflashchart.xsd was not copied over to the build/classes classpath area that use used by subsequent targets. When I moved that over manually, the template compiled and the rest of the tasks ran.
×
×
  • Create New...