-
Notifications
You must be signed in to change notification settings - Fork 84
Compiling reports that use Java Beans on the same project #60
Comments
any solution for this? |
Interesting. I think, I had the same problem recently. Could not solve it, yet. |
I just solved this by adding the following
|
Now I have the following problem |
Maybe because BigInteger (unlike Integer or Double) is not in package java.lang, so you need to import it within the report? |
We seem to be encountering the same issue after changing the jasperreports-plugin from version 2.3 to a higher version (2.4 to 2.8 all result in the "cannot be resolved to a type" problem). |
Hello, my reports use Java Beans that are on the same project, when I compile them with this plugin it saids that can not find this classes.
For example, one of my reports receives a parameter of type
me.monge.virtual.reportes.SvgLogoWrapper
(a class created by me) but then trying to compile it with this plugin, it saids:Is there any recommended configuration for this to work? Thank you in advance.
The text was updated successfully, but these errors were encountered: