[#3832] - JasperReport 3.5.0 : No query executer factory registered error

Category:
Bug report
Priority:
Normal
Status:
Closed
Project: Severity:
Minor
Resolution:
Fixed
Component: Reproducibility:
Always
Assigned to:

Hello,

We we have this error with JasperReport 3.5.0.

We have this error with some reports in our application.

The cause seems to be a class loader problem:
We use a URLClassLoader in our application. (the archives are loaded dynamically)

To bypass the error, we use Thread.currentThread().setContextClassLoader(null)) before the call to JasperFillManager.fillReport (...), but Lucian (lucianc) says that's can have adverse effects.

Since the test case was difficult to extract from our sources, we send you a Apache Ant task that produce the same error.

Best regards,

AttachmentSize
Package icon -jasper.zip1.82 MB
lcourtin's picture
Joined: Oct 30 2008 - 2:38am
Last seen: 14 years 11 months ago
Feedback
randomness