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

[Resolved] - How to integrate with Spring application


128627

Recommended Posts

Hello,

I'm trying to generate a pdf from a .jasper file from a spring powered application. I've added to my classpath the same jar files I've added to jaspersoft studio ( [WS_DS_DIR]JSS ) hopping it would allow to use this datasource but I receive the following error No query executer factory registered for the "WebServiceQuery" language.

At this point I found the executor in one of the embbeded jar in com.jaspersoft.studio.data.webservice.WebService_6.3.1.201706291619.jar which I also added to the classapth. I then proceeded to add the line

jasperReport.setProperty(QueryExecuterFactory.QUERY_EXECUTER_FACTORY_PREFIX+"WebServiceQuery", "com.jaspersoft.webservice.data.query.WebServiceQueryExecuterFactory");[/code]

in my code but the problem is still there. My IDE find the class so it is available through the class path.

What was my mistake? Should I have installed the libs for that plugin differently?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...