<html>
<head>
<base href="http://www.jacorb.org/bugzilla/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - CORBA IDL does not allow an argument to have the same name as a type."
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=970">970</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>CORBA IDL does not allow an argument to have the same name as a type.
</td>
</tr>
<tr>
<th>Product</th>
<td>JacORB
</td>
</tr>
<tr>
<th>Version</th>
<td>2.3.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>IDL compiler
</td>
</tr>
<tr>
<th>Assignee</th>
<td>jacorb-bugs@lists.spline.inf.fu-berlin.de
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vasuvadlamudibabu@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>We upgraded from Corba 2.2.4 to 2.3.0.
In 2.2.4 it was working fine, we are facing below issue after upgrading:
Basically it is not allowing argument name as same as type(we give argument
name as small letters where as type contains capital and small letters).
Ex:Below method is throwing error:
Short createErrorInfo(in ErrorMsg_IF error, out ErrorInfo errorinfo );
Error msg:
Error: In operation com.manh.wmos.services.corba.ErrorInfoIF.createErrorInfo
argument errorInfo clashes with type
com.manh.wmos.services.corba.ErrorInfoIFPackage.ErrorInfo</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>