Jump to content
JasperReports Library 7.0 is now available ×

connection pool support


pradeep

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

JasperReports does not manage connection pools, and it doesn't perform JNDI lookups.

 

JasperReports receives a java.sql.Connection object which it uses to execute queries. It's the caller's responsibility to provide this object, and you can obtain it using any method you want, including connection pools and JNDI lookups.

 

If you want to directly pass the JNDI lookup to JasperReports, you can implement a query executer that defines a report parameter for this.

 

Regards,

Lucian

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...