Jump to content
We've recently updated our Privacy Statement, available here ×

How to properly use Custom Visualization Component


shravani.9418

Recommended Posts

Hi,
I'm new to Jasper reports and it is a great tool to build real time reports within my Springboot application.
I have tried Bar charts and also using tables with custom data sources.
However, I have a usecase where i have to use the Custom Visualization Component (radial dial) in my report.
The process i followed is designed the report in studio and copied JRXML to compile within my java app.

net.sf.jasperreports.engine.JRRuntimeException: Unknown entity http://www.jaspersoft.com/cvcomponent/component.xsd, not loading.

I get the following error and also weirdly 

<cvc:customvisualization                        xmlns:cvc="http://www.jaspersoft.com/cvcomponent"                        xsi:schemaLocation="http://www.jaspersoft.com/cvcomponent http://www.jaspersoft.com/cvcomponent/component.xsd"

is not reconized by my intellij.

Please help.

Thanks and Regards,
Shiva

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 2 years later...

Hello shravani.9418,

Did you manage to make your custom visualization component working in your spring boot application ?

On my side, I manage to compile my jrxml files that includes my custom visualization component but the pdf that is created is empty, any idea if I am missing an obvious configuration ?

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...