and more experimentation is leading me to get pretty lost in the lack of component documentation.
I have these 3 conditions (groups, reports and indexes) to show me dates available and generate a chart.
1 group can contain 2 or more reports, that can contain 2 or more indexes. So what I thought was: I'll make SQL datasources: group depends on nothing, lists all distinct groups. Reports DS would depend on group, and list all distinct reports where group in (${GROUP})... and this is where things break down.
"pt.webdetails.cda.dataaccess.QueryException: Unable to convert between java.util.LinkedList and JAVA_OBJECT." - is the error I get in catalina.out when I select more than one group - which should be possible... or at least I'd like to be possible.
Ideas?
I have these 3 conditions (groups, reports and indexes) to show me dates available and generate a chart.
1 group can contain 2 or more reports, that can contain 2 or more indexes. So what I thought was: I'll make SQL datasources: group depends on nothing, lists all distinct groups. Reports DS would depend on group, and list all distinct reports where group in (${GROUP})... and this is where things break down.
"pt.webdetails.cda.dataaccess.QueryException: Unable to convert between java.util.LinkedList and JAVA_OBJECT." - is the error I get in catalina.out when I select more than one group - which should be possible... or at least I'd like to be possible.
Ideas?