Jump to content
Changes to the Jaspersoft community edition download ×

Not able to parse JASPER REST API response into ReportExecutionDescriptor model


arora.nayan.12

Recommended Posts

I am trying to consume Jasper Server's REST API - ( http://:/jasperserver[-pro]/rest_v2/reportExecutions ). I am following the documentation at ( https://community.jaspersoft.com/documentation/jasperreports-server-web-services-guide/v56/running-report-asynchronously )

When I am trying to use a Map instead of the ReportExecutionDescriptor, I am able to get the response.

 

The error which I am getting is :

java.lang.IllegalArgumentException: Conflicting setter definitions for property "parameters": 
com.jaspersoft.jasperserver.dto.common.ErrorDescriptor#setParameters(1 params) vs 
com.jaspersoft.jasperserver.dto.common.ErrorDescriptor#setParameters(1 params)
 at [source: UNKNOWN; line: -1, column: -1]

Link to comment
Share on other sites

  • Replies 1
  • 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...