Category: | Bug report |
Priority: | High |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I set up iReport's classpath. The class is found when used as the factory class for a data source, but not if I use the same class as the JavaBean class in the report wizard. I get "ClassNotFoundError Msg: test.TestClass. This class may not have been found: Check your classpath."
Also, when I use it in the Report Query: JavaBean Data source it works and correctly lists its properties, but then I get ClassNotFoundException errors in the output console for the property return types, even though these classes are in the same JAR file.