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

marc_d

Members
  • Posts

    6
  • Joined

  • Last visited

marc_d's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Seems the issue is with Studio version 6.17. There is a patchfile in this issue: https://community.jaspersoft.com/jaspersoft-studio/issues/13591 that can be copied into {Eclipse root}/plugins/ to fix the probem.
  2. I've created a custom class I use as a "DateHelper" for setting time ranges in report parameters. In the standalone Jaspersoft Studio, I include my .jar file in the project's Build Path and import the class in the report. This works. If I do the exact same thing using the Eclipse plugin of Jasper Studio, the report will not compile. I get the following error: When I set the import field in the report designer, the search assistant will find the class just fine. For some reason, it does not seem to be available to compile the report and I am not sure where else to look to resolve the problem. Currently using Eclipse for Committers, 2020-03 with the latest, 6.17, version of the Studio plugin.
  3. Confirmed the studio plugin no longer works in latest versions. Is a "1.6" version of this extension in the works for compatibility with latest version of Studio? Currently getting: ...Receiver class com.jaspersoft.studio.data.webservice.WebServiceDescriptor does not define or inherit an implementation of the resolved method 'abstract boolean supportsGetFieldsOperation ...
  4. Hello, I am new to using the Jaspersoft Studio plugin with an Eclipse IDE. I've gotten as far as installing Eclipse (4.18). Adding in Studio from Marketplace (6.16.0), and even setting up a simple report in the JasperReport Perspective in Eclipse. Where I am getting stuck is adding a Jaser Reports Server connection to the Repository. I am sure I got the URL and credentials correct, but when I "Test Connection" I get an HTTP 500 error. Detail output includes: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error ... Caused by: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. - with linked exception: [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory] ... Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory Hunting around, this seems to have something to do with changes in Java 11, however, don't know how to work around this issue in Eclipse in order to make sure JAXB-API can be used and the communication to the Jasper Reports Server can be made. Connection to the same server works in and older, stand-alone version of Studio, but I'd like to get things up-to-date and use the full Eclipse environment for this development.
×
×
  • Create New...