Hi everyone,
I've created a custom query language for jasperserver. The query language is working fine in jasperserver, I can select in the Query Language box through the UI and reports run fine. The only thing is that I can't create queries in Jasper Studio and Jasper REST V2.
This is the error I get on Jasper Studio (which seems to be using REST V2):
The language dataprovider isnt supported at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptorList(RESTv2ExceptionHandler.java:107) at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleException(RESTv2ExceptionHandler.java:58) at com.jaspersoft.studio.server.protocol.restv2.ARestV2ConnectionJersey.toObj(ARestV2ConnectionJersey.java:49) at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.addOrModifyResource(RestV2ConnectionJersey.java:606) at com.jaspersoft.studio.server.protocol.ProxyConnection.addOrModifyResource(ProxyConnection.java:332) at com.jaspersoft.studio.server.publish.Publish.publishResources(Publish.java:191) at com.jaspersoft.studio.server.publish.Publish.publish(Publish.java:65) at com.jaspersoft.studio.server.publish.wizard.Publish2ServerWizard$3.run(Publish2ServerWizard.java:309) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
It's extremely important for me to be able to create queries through the API. I don't really know how to tackle this, does someone have a lead?
0 Answers:
No answers yet