[Bug 1017] Server request interceptor doesn't works
[email protected] Thu, 27 Aug 2015 13:54:02 +0000
| Newsgroups | gmane.comp.corba.jacorb.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
http://www.jacorb.org/bugzilla/show_bug.cgi?id=1017 Nick Cross <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nick Cross <[email protected]> --- diff -b -B -w original/ConnManServer.java ConnManServer.java 9c9,11 < org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args, null); --- > java.util.Properties props = new java.util.Properties(); > props.put("org.omg.PortableInterceptor.ORBInitializerClass.ServerInitializer","ServerInitializer"); > org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args, props); 30d31 < orb = orb.init(args, props); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ jacorb-bugs mailing list [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-bugs