This section will help with installation of JaxView stub as a plug-in for IONA Artix..
Put the mm_stub.jar in the class path of the Artix server.
NOTE: please make sure the 3 it_bus.jar files are in the classpath also. This Jar file is located in the zip package under stub_lib directory
Locate Artix.cfg file for the sepcific domain.
Modify the file as so
java_interceptors
{
plugins:jv_hand:classname="com.hubble.clientservice.JVMsgHandlerFactoryIONA";
java_plugins
=
["jv_hand"];
server
{
binding:artix:server_request_interceptor_list=
"jv_hand";
};
};
3. Place the stub.jar in the class path of the application