Home
Analytics
Class cast Exception open report design
Tauseef
Hi,
While opening the report design i am getting this exception:
java.lang.ClassCastException: org.eclipse.birt.report.item.crosstab.core.de.CrosstabItemFactory cannot be cast to org.eclipse.birt.report.model.api.extension.IReportItemFactory
Any help would be appreciated!
Regards,
Tauseef
Find more posts tagged with
Comments
mwilliams
Hi Tauseef,
Is that the entire error?
endriju
It might be problem of different libraries on classpath.
We had this problem while rendering reports on the JBoss server with Birt engine. Make sure to use Birt dependencies with maven scope "provided", so that they are not deployed with ear package to the server (on the server, you need the Birt engine runtime libraries to be used).
Hope this may help someone.
Regards,
Ondrej