[jacorb-bugs] [Bug 1017] Server request interceptor doesn't works
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Thu Aug 27 15:54:02 CEST 2015
http://www.jacorb.org/bugzilla/show_bug.cgi?id=1017
Nick Cross <jacorb at goots.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Nick Cross <jacorb at goots.org> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20150827/efbb6143/attachment.html>
More information about the jacorb-bugs
mailing list