Jump to content
Changes to the Jaspersoft community edition download ×

galfstad1

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by galfstad1

  1. Make sure that your jasperreports_extension.properties has a line like: net.sf.jasperreports.extension.repository.castor.mapping.mongodb=com/jaspersoft/mongodb/adapter/MongoDbDataAdapterImpl.xml Seems it must get the path from that file.
  2. I am working on the same, but did not have a DataAdapterImpl.xml in my jar, so thank you for the tip. I have not re-tested yet. I wonder if it could be your PLUGIN_ID in your Activator class. This should be your code package name. I had quite a bit of troubles getting the icon to show on my New Data Adapter Dialog, it was the plugin id, as it is used to find the root path to icons. Perhaps the same with the DataAdapterImpl.xml.
  3. How do you debug custom plugin using log4j in Jasper Studio 5.6.0?
  4. The error was in plugin.xml. Now the "HelloWorld Connection" adapter is listed.
  5. I need to create an eclipse plugin for Jasper Studio, and have started with a "HelloWorld" version by looking at the MongoDB example. I have dropped in plugins directory using Studio 5.6.0. However when I click on new adapters "HelloWorld Connection" is not list. I have included plugin which contains src. Could someone please take a look?
  6. What is the best way to encoporate a iReports plugin into a build script? To-date I have created plugin by: Extract iReports Project for 5.0.4, Install NetBeans IDE 6.5.1, modify nbproject/private/platform.properties, create a project for my plugin, build iReports, build the new project, and then create ndbm. However I've done this using IDE and needs to all be done by build machine. Does my build script have to have all iReports Project Src to build NBM file? I would rather just include iReports Jars to build plug-in but seems all of iReports project is necessary?
  7. I cannot get ReportQueryDialog to show. I have implement a JRDataSource, JRQueryExecuterFactory, JRQueryExecuter, FieldsProvider and FieldsProviderEditor. In my FieldsProvider class I have hasQueryDesigner() returning true. I don't understand how to get the ReportQueryDialog to launch. Is my custom code suppose to launch the ReportQueryDialog? My custom query langauge is very similiar to SQL and would like to not have to code my own dialog, but cannot get that to work either.
×
×
  • Create New...