<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.E-MailFormatvorlage18
        {mso-style-type:personal-compose;
        font-family:"Arial",sans-serif;
        color:windowtext;}
span.ui-provider
        {mso-style-name:ui-provider;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif">Hello,<br>
<br>
</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US">We encountered an issue with valuetypes in omniORBpy 4.3.x.<br>
<br>
If a IDL is defined like this:<br>
<br>
</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">module example {<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">    valuetype Value1 unsigned long;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">    valuetype Value2 unsigned long;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">    interface MyInterface {<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">        void myFuncDifferentValuetype(in Value1 a, in Value2 b);<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">    };<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">};<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US"># Some python module<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US">interface.myFuncDifferentValuetype(0, 0)<br>
<br>
<br>
</span><span class="ui-provider"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif">If myFuncDifferentValuetype is implemented in a C++ server and called from a python client,</span></span><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif"><br>
<span class="ui-provider">the parameters cannot be unmarshalled on the server side and the invocation will fail.</span><br>
<span class="ui-provider">Python passes the second argument as an indirection to the first argument.</span><br>
<span class="ui-provider">The C++ language mapping generates two distinct types for Value1 and Value2.
</span></span><span class="ui-provider"><span style="font-family:"Arial",sans-serif"><o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="ui-provider"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif">When the C++ server is unmarshalling the arguments, it will detect the indirection and use a Value1
<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="ui-provider"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif">instance where a Value2 instance is expected.</span></span><span class="ui-provider"><span lang="EN-US" style="font-size:10.0pt">  </span></span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:EN-US"><br>
</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US"><br>
We tried to create a bugfix which is also provided as attachment in this email (patch.diff).<br>
The bugfix resolves the valuetypes also by its repository id so its possible to distinguish between Value1 and Value2.<br>
<br>
Do you see any issues with this bugfix?<br>
<br>
Thank you and best regards,<br>
Maximilian<br>
<br>
<br>
<br>
<br>
<br>
<br>
</span><span style="mso-fareast-language:EN-US"><o:p></o:p></span></p>
</div>
<br>
<br>
<p></p>
<table style="width: 500; height: 125px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="410"><a href="https://www.uhlmann.de" target="_blank"><img alt="" src="https://signatur.uhlmann-group.com/cdn/uhlmann.jpg" align="" border="0" height="85" hspace="0" width="277" class="selected " style="width: 277px;">
</a></td>
<td style="width: 45px; vertical-align: bottom;"><a href="https://www.youtube.com/user/UhlmannPacSysteme" target="_blank"><img alt="" src="https://signatur.uhlmann-group.com/cdn/yt_sw.png" align="left" border="0" height="35" hspace="0" width="35">
</a></td>
<td style="width: 45px; vertical-align: bottom;"><a href="http://www.linkedin.com/company/uhlmann-pac-systeme/" target="_blank"><img alt="" src="https://signatur.uhlmann-group.com/cdn/l_sw.png" align="top" border="0" height="35" hspace="0" width="35">
</a></td>
</tr>
</tbody>
</table>
<p></p>
<p style="font-size: 7pt; font-family: Arial;"><br>
Uhlmann Pac-Systeme GmbH & Co. KG <br>
Registergericht Ulm HRA 720615 - Persönlich haftende Gesellschafterin: Uhlmann Pac-Systeme Verwaltungsgesellschaft mbH - Registergericht Ulm HRB 721209 - USt-IdNr. DE324830015
<br>
Vorsitzender des Aufsichtsrats: Tobias Uhlmann - Geschäftsführer: Prof. Dr.-Ing. Matthias Niemeyer (CEO), Michael Mrachacz (CSO), Cristian Reiter (CTO), Alexander Schöllhorn (CFO)<br>
Die Informationen zur Datenverarbeitung im Rahmen unserer allgemeinen Geschäftstätigkeit gemäß EU-Datenschutzgrundverordnung finden Sie hier:<br>
<a href="https://www.uhlmann.de/de/info-zu-kunden-und-lieferantendaten.html" style="color: #0070b8;">https://www.uhlmann.de/de/info-zu-kunden-und-lieferantendaten.html</a>
<br>
<br>
Uhlmann Pac-Systeme GmbH & Co. KG<br>
Court of Register Ulm HRA 720615 - General partner: Uhlmann Pac-Systeme Verwaltungsgesellschaft mbH - Court of Register Ulm HRB 721209 - VAT Reg No DE324830015
<br>
Chairman of the Supervisory Board: Tobias Uhlmann - Managing Directors: Prof. Dr.-Ing. Matthias Niemeyer (CEO), Michael Mrachacz (CSO), Cristian Reiter (CTO), Alexander Schöllhorn (CFO)<br>
Information on data processing within the scope of our general business activities in accordance with the EU General Data Protection Regulation is to be found here:<br>
<a href="https://www.uhlmann.de/information-customer-and-supplier-data.html" style="color: #0070b8;">https://www.uhlmann.de/information-customer-and-supplier-data.html</a>
</p>
</body>
</html>