I am using glassfish-v2ur2 server running on jdk1.6.0_03, i want to use the CORBA Portable interceptor on this application server.
I have created an interceptor which implements following:
org.omg.PortableInterceptor.ClientRequestInterceptor
org.omg.PortableInterceptor.ServerRequestInterceptor
Have initializer which extends org.omg.PortableInterceptor.ORBInitializer.
In the domain.xml of the Glassfish Server i have specified following:
server-classpath="C:/Sun/glassfish-v2ur2/lib/myInterceptor.jar
<jvm-options>-Dorg.omg.PortableInterceptor.ORBInitializerClass.com.x.ORBInitializer</jvm-options>
Added the jar which contains the interceptor logic and the initializer class in the server classpath and initializer class as jvm argument.
This is actually not working, is there some thing i have missed.
I would appreciate any suggestion.
[Message sent by forum member 'findmasif' (findmasif)]
http://forums.java.net/jive/thread.jspa?messageID=333992