Custom processors are services deployed to DTP in a JAR file. The processors expose data that can be used to create custom views of the data stored in the database. In this section:

Viewing Custom Processors

  1. Choose Report Center Settings from the settings drop-down menu.
     
  2. Choose Custom Processors from the sidebar menu to view the custom processors that have been deployed to DTP.
     
  3. Click Validate to verify that the custom processor is valid.

Deploying Processor Bundles

Deploy processor bundles and any dependency bundles to the <DTP_DATA>/grs/processors directory.

Support for OSGi Bundles

You can deploy custom processors that are registered as OSGi services under the interface class name. The OSGi bundles containing these services, as well as any additional dependency bundles, should be deployed to the <DTP_DATA>/grs/processors directory.

  • No labels