Re: Reposted: Requests management in JacORB
Hugo Roenick <[email protected]>
| Newsgroups | gmane.comp.corba.jacorb.devel |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
jacorb-developer maillist - [email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer