Problem when deploy a CUSTOM report (JDBC DataSource)
Hi all,
I have customize a report template by added a parameter.
My parameter is a List Box with Allow multiple value; data type is String.
My report works well in Report Design but when I deploy it into server I found this error:
The type of parameter "PhaseFound" is expected as "Object[]", not "java.lang.String".
I have RTC 2.0.0.1 and I have alredy put the driver and the licence for db2 into org.eclipse.birt.report.data.oda.jdbc jar file and I have alredy stopped the server, deleted tomcat's work folder and restarted the server.
Why? Someone had the same problem?
Any suggestions?
Thanks
Andrea
I have customize a report template by added a parameter.
My parameter is a List Box with Allow multiple value; data type is String.
My report works well in Report Design but when I deploy it into server I found this error:
The type of parameter "PhaseFound" is expected as "Object[]", not "java.lang.String".
I have RTC 2.0.0.1 and I have alredy put the driver and the licence for db2 into org.eclipse.birt.report.data.oda.jdbc jar file and I have alredy stopped the server, deleted tomcat's work folder and restarted the server.
Why? Someone had the same problem?
Any suggestions?
Thanks
Andrea
2 answers
Thank you!!!!
The RTC's way ismore easy than BIRT's way!!!! Good job!
Andrea
The RTC's way is
Andrea
RTC 2.0 does not support BIRT's List Box with multiple value support. We implemented our own way of multiple value support so please uncheck the "Allow multiple value" option, deploy the report design and see if it works.