<html>
<head>
<base href="http://www.jacorb.org/bugzilla/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:jacorb@goots.org" title="Nick Cross <jacorb@goots.org>"> <span class="fn">Nick Cross</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Server request interceptor doesn't works"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1017">bug 1017</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>REOPENED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Server request interceptor doesn't works"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1017#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Server request interceptor doesn't works"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1017">bug 1017</a>
from <span class="vcard"><a class="email" href="mailto:jacorb@goots.org" title="Nick Cross <jacorb@goots.org>"> <span class="fn">Nick Cross</span></a>
</span></b>
<pre>
diff -b -B -w original/ConnManServer.java ConnManServer.java
9c9,11
< org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args, null);
---
<span class="quote">> 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);</span >
30d31
< orb = orb.init(args, props);</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>