nms-install-config --java script has been executed and nms-multispeak.ear file exists in the $NMS_HOME/java/deploy directory.
Steps
1.
Unpack $CES_HOME/sdk/java/samples/nms-multispeak-plugins.zip archive into desired location (this location will be referred as PLUGIN_HOME). It includes Java project directory structure including example of plugin class and Ant build files.
2.
Create Java class implementing com.splwg.oms.interfaces.scada.ScadaSystemPlugin interface and place it into desired location under PLUGIN_HOME/NmsScadaPlugin/src directory.
3.
Execute following command to compile plugin class(s), build jar file and incorporate the jar file into the nms-multispeak.ear file.
ant -Dplatforms.JDK_1.6.home=<JDK home> clean update-ear
where
<JDK home> is the location where Java Development Kit 1.6 or later is installed
4.
Update configuration for the Oracle Utilities NMS MultiSpeak Adapter to use new plugin class (configuration property '<scada name>.plugin_class').
5.
Updated nms-multispeak.ear file can now be deployed into WebLogic server.