Jump to content
JasperReports Library 7.0 is now available ×

Issue loading Query with JDA MOCA Connection adapter


kchoroszynski

Recommended Posts

Hi,

I have a problem loading data to create a report using the JDA MOCA Connection adapter.
i'm used JAVA 8 (build 1.8.0_202-b08)

converted-file.png.6088c96da72ffb5384dbc7e5264a7b64.png

java.lang.AbstractMethodError: Receiver class com.jda.reporting.jss.plugin.JdaMocaConnectionDescriptor does not define or inherit an implementation of the resolved method 'abstract boolean supportsGetFieldsOperation(com.jaspersoft.studio.utils.jasper.JasperReportsConfiguration, net.sf.jasperreports.engine.JRDataset)' of interface com.jaspersoft.studio.data.fields.IFieldsProvider.
    at com.jaspersoft.studio.property.dataset.dialog.DataQueryAdapters.doGetFields(DataQueryAdapters.java:512)
    at com.jaspersoft.studio.data.designer.AQueryDesignerContainer$1.run(AQueryDesignerContainer.java:49)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times.
 

Link to comment
Share on other sites

Hello Karol,

Moca is a custom data adapter. Can you please list all the steps that you followed for the Moca data source setup? Was this working before? is this the first time that you are trying to set up the connection? Are you using the community version of Jaspersoft or any commercial? When you get a chance, Please share all the details and we can guide you in the right direction.

 

Link to comment
Share on other sites

Hello

I was also facing the same issue. The error is due to a missing or improperly defined method

supportsGetFieldsOperation in the

com.jda.reporting.jss.plugin.JdaMocaConnectionDescriptor class.

This indicates a compatibility issue between the JDA MOCA Mulesoft Connection adapter and the version of Jaspersoft Studio or JasperReports you are using. Ensure compatibility, update libraries, and check method implementation. Refer to their documentation or contact  support .

Hope it helps you. 

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