I installed fix 6, 7, and 8 for the wM Manager Server (installed on individual IS servers as needed). I am trying to use the API omi.wm.is.userNotification:sendNotification, however I get the error when I run the error with or without inputs. When I create a wrapper service I get the error: java.lang.ClassCastException when I run the service with inputs.
If I compile the the service, I get the following errors:
/appl/webMethods/IntegrationServer/packages/WmOmiIs/code/source/omi/wm/is/userNotification.java:12: Class com.wm.ism.OmiMBeanServerImpl not found in import.
import com.wm.ism.OmiMBeanServerImpl;
^
/appl/webMethods/IntegrationServer/packages/WmOmiIs/code/source/omi/wm/is/userNotification.java:13: Package omi.wm.devkit not found in import.
import omi.wm.devkit.;
^
/appl/webMethods/IntegrationServer/packages/WmOmiIs/code/source/omi/wm/is/userNotification.java:14: Package com.wm.ism not found in import.
import com.wm.ism.;
^
/appl/webMethods/IntegrationServer/packages/WmOmiIs/code/source/omi/wm/is/userNotification.java:15: Package javax.management not found in import.
import javax.management.*;
^
/appl/webMethods/IntegrationServer/packages/WmOmiIs/code/source/omi/wm/is/userNotification.java:16: Class com.sun.jdmk.Trace not found in import.
import com.sun.jdmk.Trace;
I have IS and Manager server 6.01, and IS SP1 installed. Has anyone got the OMI API to function correctly, or at least run without blowing up.
Any help or advice on this would be great.