Jump to content
Changes to the Jaspersoft community edition download ×

Jasper report timeout queston


akasson

Recommended Posts

net.sf.jasperreports.governor.timeout is used for jasper report timeout.  Does this timeout value only include the report rendering time after data is available for the report ? i.e. it excludes the data retrieval time like querying from database, etc, correct ?

Thanks in advance.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 2 weeks later...

Thank you for the response.  We use jasper 4.0.2.  It first retrieves data from database, then it generates the output.

List data = getDataFromDatabase(..)  // retrieve data from database
JRBeanCollectionDataSource dataSource  = new JRBeanCollectionDataSource(data);

// process Jasper report

In this case, does the timeout we set in jasperProperties file include the time our application retrieves data from database ?  I don’t think it includes but want to confirm.

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...