[jacorb-developer] Reposted: Requests management in JacORB

Hugo Roenick hroenick at gmail.com
Thu Apr 17 22:14:47 CEST 2014


Hi, Kujtim and Phil.

Sorry for jumping in on this thread. I'll try to help just a little bit.

I believe that the main error in the illustrated code is that you try to set the properties to the orb after initializing it. When you defines the property 

	props.put("org.omg.PortableInterceptor.ORBInitializerClass.ForwardInit", "ServerInitializer");

you are trying to specialise the orb initializion, so you must use this set of properties as parameter to the orb initializion method. I believe if you look closely to the Client file, you will notice that.

Best of luck.
-- Hugo


More information about the jacorb-developer mailing list