Prepare the JMXManagementPlugin implementation

Use IntelliJ with OSGi Editor to prepare the JMXManagementPlugin implementation for deployment to Guidewire Studio.

Before you begin

About this task

You use the example implementation of the JMXManagementPlugin interface and IntelliJ with OSGi Editor to create a JAR file that Guidewire Studio can use.

Procedure

  1. If IntelliJ with OSGi Editor is not open, type the following command.
    gwb pluginStudio
  2. Create a package for the management plugin files by right-clicking src and choosing New > Package.
  3. In New Package, type examples.pl.plugins.management and then press Enter.
  4. Copy the contents of the examples/src/examples/pl/plugins/management directory to the src/examples/pl/plugins/management directory that you just created in your project.
    This operation places the example plugin source files into the IntelliJ with OSGi Editor Project structure.

What to do next