<html>
<head>
<base href="http://www.jacorb.org/bugzilla/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:mesnierp@ociweb.com" title="Phil Mesnier <mesnierp@ociweb.com>"> <span class="fn">Phil Mesnier</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Missed send_request while completing a forward request"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1012">bug 1012</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;">CC</td>
<td>
</td>
<td>mesnierp@ociweb.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Missed send_request while completing a forward request"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1012#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Missed send_request while completing a forward request"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1012">bug 1012</a>
from <span class="vcard"><a class="email" href="mailto:mesnierp@ociweb.com" title="Phil Mesnier <mesnierp@ociweb.com>"> <span class="fn">Phil Mesnier</span></a>
</span></b>
<pre>Here's the deal with the extra call. In the regression test ExtraCall case, the
itsMe operation gets a NO_PERMISSION which triggers the forward. This causes
the Delegate to rebind, closing the existing connection and making a new one.
The itsMe call completes allowing the original canIComeIn request to proceed.
At this point, the Delegate throws a RemarshalException from within
_invoke_internal because the connection it expected to use no longer exists.
So I will adjust the regression test to use all three scenarios but I think
this issue is resolved.</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>