<div class="gmail_quote">On Thu, Mar 26, 2009 at 6:31 AM, Nigel Rantor <span dir="ltr">&lt;<a href="mailto:wiggly@wiggly.org">wiggly@wiggly.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 
All this is confusing and dangerous, even we we asume that there s no logical problems in standard&#39;s wording... I would prefer simple and straightforward approach -- if not current, then grab default POA, check policies then return ref or throw.<br>

</blockquote>
<br></div>
This seems to be a difference of opinion then. I agree with Duncan&#39;s interpretation of the standard. Can you explain why the above does not seem straightforward to you?</blockquote><div> <br>-- see below --<br><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I do not try to tell that omniORB has to protect me from this, this is standard&#39;s job -- just wanted to know why omniORB&#39;s behaviour is different from what my eyes see in standard -- clearly there is at least one problem in the document.<br>

</blockquote>
<br></div>
As above, I think this is opinion then. You interpret the spec one way. Other people interpret it in a different way. How about checking out other vendor&#39;s implementations/interpretations?<font color="#888888"><br>
</font></blockquote></div><br>Standard should be unambiguous source of truth (if it is not -- this is a holy scripture then :-) ). Here is the piece from C+ mappings 4.40.2.p3:<br><br>Outside the context of a request invocation on the target object represented by the servant, it will return the object reference for a servant that has already been activated, as long as the servant is not incarnating multiple CORBA objects. This requires *[* the POA with which the servant was activated *]* to have been created with the UNIQUE_ID and RETAIN policies. If the POA was created with the MULTIPLE_ID or NON_RETAIN policies, the PortableServer::WrongPolicy exception is thrown. *[*The POA is gotten by invoking _default_POA() on the servant. *]*<br>
<br>I selected pieces of interest with *[* *]*. If you&#39;d say that this is not confusing at all and clear as day -- I&#39;ll go and check my mental health with my doctor. Of course, you can have &quot;an interpretation&quot; but it is as useful as any other interpretation, if text is not clear.<br>
<br>E.g. I am used to reading from right to left :-) therefore for me we are supposed to get default_POA, check policies and then either throw or duplicate a reference. And it seems to me way simpler and obvious than behaviour expressed by omniORB, which is far from being obvious and predictable at the place where you invoke _this().<br clear="all">
<br>The wording used by standard seems to suggest that _defaultPOA() is supposed to return POA servant was activated in... But no clear details (to me). :(<br><br>-- <br>Sincerely yours,<br>Michael.<br>