jasper reports on foundset

Hi,

I am testing on using foundsets with Jasper reports plugin.
But the first try gives an error I do not understand

I run the report in a servoy method :

plugins.jasperPluginRMI.jasperReport(foundset,'persrep',null,'view',null,null)

The error I get =

No connection returned for database: 1.3;
1.7;
1.8;
1.9;
2.10;
2.11;
2.12;
2.13;
2.14;
2.15;
...

Any ideas ??

Found it !
I was using the old syntax (jasperReport) instead of runReport

:oops: