daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

application.properties in README.md instead of jasperreports.properties #77

Closed dvht closed 2 years ago

dvht commented 3 years ago

Hi Dietmar,

I helped my colleages today with switching from JDBC to JNDI, but some of the instructions in README.md are misleading. "configuration" chapter says "jasperreports.properties file", but application.properties is meant.

Regards, Dirk

daust commented 3 years ago

Yeah, I should update the instructions. I hardly use the JNDI integration any more.

Why did you switch and which version are you using, 2.7.0?

dvht commented 3 years ago

Hi Dietmar,

Excuse me for ignoring your question so long. I lost track of this. We use JNDI primary for having identical configuration setup over all java web applications. And, besides, the number of connections is limited and connections already made.
I can't remember which team asked the question, so I can't say anymore which version they were using.

Regards, Dirk

daust commented 2 years ago

Sorry, can't find the error any longer, seems fine. Perhaps I have fixed it along the way.