Prepare the JMXManagementPlugin implementation
Use IntelliJ with OSGi Editor to prepare the JMXManagementPlugin implementation for deployment to Guidewire Studio.
Before you begin
- Extract the example plugins from the java-examples.zip file, which is located in the PolicyCenter installation directory.
- Set up a project with an OSGi plugin module
About this task
Procedure
-
If IntelliJ with OSGi Editor is not open, type the following command.
gwb pluginStudio -
Create a package for the management plugin files by right-clicking
srcand choosing . - In New Package, type examples.pl.plugins.management and then press Enter.
-
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.
