Re: Jasper reports plugin problem

2010-04-27 Thread Wes Wannemacher
We'd be happy to improve it so that it works for you, but to make it happen, you should file a JIRA and attach a patch file to the JIRA issue that fixes the problem. Preferably, implement a unit test as well... I'm not trying to make it harder for you to contribute, I'm just suggesting how to get

Jasper reports plugin problem

2010-04-27 Thread David Harland
Hi, I have been having problems with iterations within sub reports within jasper reports. I have found the solution to this problem is for ValueStackDataSource to implement JRRewindableDataSource instead of JRDataSource and implement the method below. Could this fix be added instead of me hav