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

tortois

Members
  • Posts

    8
  • 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 tortois

  1. Hello, I'd like to ask for advice on developing reports using ireport in eclipse environment including cvs repository. I'd like multiple users to be able to edit and test-run report templates. Problem is that report templates are retrieved from cvs repository to eclipse workspace. Workspace location can vary from user to user. For example my workspace location is "c:/workspace/" while the same projects retrieved from cvs at my friend's machine are placed in "c:/prj/workspace/". For sample project including report templates my project location would be like "c:/workspace/myreports". My report templates use subreports, images and other resources that depend on file path. Sample subreport expression is set as follows: subreport expression class: java.io.File subreport expression: new File($P{baseDir}, "MySubreport.jasper") baseDir is a master report's parameter of type java.io.File set to a default value of: new File("c:/workspace/myreports") This is causing problems since sample report runs fine on my machine (since path points to an existing file) but at my friend's it won't. How to overcome problem of different workspace locations? Regards
  2. Hello, my 5 cents to the topic... installed... no problem. when used with eclipse 3.2... works like a charm. when used with eclipse 3.1... ireport starts up but eclipse itself waits and then after a minute or so times out with "ireport is taking too much time to start...try later" message. It would be great if this plugin could be used with eclipse 3.1. HTH, tortois
  3. Hello, my 5 cents to the topic... installed... no problem. when used with eclipse 3.2... works like a charm. when used with eclipse 3.1... ireport starts up but eclipse itself waits and then after a minute or so times out with "ireport is taking too much time to start...try later" message. It would be great if this plugin could be used with eclipse 3.1. HTH, tortois
  4. Hello, below is the trace from ireport startup created using modified MainFrame.class and flexdock-0.4.1.jar. adding docks on my machine finishes anything from 6 to 12 seconds. problem seems to be related to plugins - any chance to enhance this part of the app with the trace log? my test case: in plugin folder for all plugins changed file extensions from .xml to .xml.old. result: startup time decreased from 5 minutes to 30 seconds (still seems a bit too much). anyways, here goes the log: 0secs loading fonts families 0.0secs Starting defaultDockingPort creation.... 0 X1 0 set persistent id 0 added docking listener 406 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0.563secs defaultDockingPort instanced.... 2.297secs loading fonts loaded 0.234secs Finished createDesktopPage 0.0secs Finished dockViews creations 0.0secs finished docking ports adds 0 X1 0 set persistent id 0 added docking listener 0 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 0 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 563 added docking listener 0 got dicking properties 0 setRegionChecker 1828 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 844 added docking listener 0 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 188 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 250 added docking listener 0 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 0 got dicking properties 188 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 172 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 218 added docking listener 157 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 422 added docking listener 0 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 0 got dicking properties 140 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 0 X1 0 set persistent id 0 added docking listener 672 got dicking properties 0 setRegionChecker 0 added HierarchyListener (Docking port tracker getInstance.... 7.594secs finished add docks...
  5. thanks for tips. update checker already disabled. ireport directory excluded from antivirus protection. (java sdk already excluded). unfortunately startup times are still around 2-3 minutes. cpu is busy 100% during ireport startup (due to ireport java process). for ireport 1.2.5 startup times are about 5-10 seconds. any means to track the problem down?
  6. It takes from 1'30" to 2'40" for ireport to startup. Most of this time is spend on "loading file list" and "loading plugins" (majority of it). Is there a way to speed things up? It used to be a lot faster...
  7. Hello, Running compiled report I got following exception: java.lang.NoSuchMethodException: Property 'localUser' has no getter method at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1162) localUser is a java.lang.Boolean type field defined in a JavaBean - report uses JavaBean collection data source. Problem is that getters for Boolean type fields in my data model are defined like: Boolean isLocalUser() while for the other types it's like: String getUserName() Unfortunately I'm not allowed to change Boolean type notation. Anyone seen this problem before? Any ideas how to solve this problem? Is there a way to customize org.apache.commons.beanutils so it recognizes 'is' Boolean getters?
×
×
  • Create New...