Jump to content

How I can associate a query language with my executer in Jaspersoft studio?


Golfeld_EI

Recommended Posts

Hi all!

I using Jaspersoft studio 6.2 and I implement my own TestQueryExecuter and TestQueryExecuterFactoryFiltered, but its not visible in query languanges in query settings form. Can you help me?

Thanks!

 

P.S. This is my java package.

example(7).png.8de55a1ead3cc7b9d678af5858db63ab.png

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

I believe that besides adding the jar files to the path, you also need to set properties like this one in Jaspersoft Studio:

net.sf.jasperreports.query.executer.factory.[your_query_language_name]=[the_canonical_name_of_your_query_executer_factory_class]

for each query language that you want to add.

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