<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/remoting-corba/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/remoting-corba/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 11 May 2005 15:37:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/remoting-corba/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Naming Service help</title><link>https://sourceforge.net/p/remoting-corba/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i have existing TAO CORBA server/client applications in &lt;br /&gt;
C++ and want to port the server to C# using &lt;br /&gt;
Remoting.Corba.  The server binds it's CORBA object &lt;br /&gt;
with the Nameing Service with 2 name component ids.&lt;br /&gt;
for example&lt;/p&gt;
&lt;p&gt;CosNaming::Name_var context = new &lt;br /&gt;
CosNaming::Name(0);&lt;/p&gt;
&lt;p&gt;context-&amp;gt;length(2);&lt;br /&gt;
context[0].id = "root";&lt;br /&gt;
context[0].kind = "";&lt;br /&gt;
context[1].id = "interface1";&lt;br /&gt;
context[1].kind = "";&lt;/p&gt;
&lt;p&gt;when i attempt to create 2 NameComponents using &lt;br /&gt;
Remoting.Corba i get an exception when binding.&lt;/p&gt;
&lt;p&gt;NameComponent[] name = new NameComponent[2];&lt;br /&gt;
name[0] = new NameComponent("root", "");&lt;br /&gt;
name[1] = new NameComponent("interface1", "");&lt;br /&gt;
nameService.rebind(name, Ior.Parse(ior));&lt;/p&gt;
&lt;p&gt;any help?&lt;/p&gt;
&lt;p&gt;great project, BTW :D&lt;/p&gt;
&lt;p&gt;brandon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 May 2005 15:37:48 -0000</pubDate><guid>https://sourceforge.neta70fc418d83363f9743c379dba6ab2d471053efd</guid></item><item><title>Exception's properties not working.</title><link>https://sourceforge.net/p/remoting-corba/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a full working project with an IDL I imported using &lt;br /&gt;
IDL2CS, and everything works fine, except for the fact &lt;br /&gt;
that none of the exception's have its properties filled. &lt;br /&gt;
The company that made the IDL just swears that this &lt;br /&gt;
properties are being filled on the server-side, but I can't &lt;br /&gt;
get its values. Do you have any idea what could be &lt;br /&gt;
happening? Thanks in advance.&lt;/p&gt;
&lt;p&gt;potiguar@potiguar.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 06 Jan 2004 15:54:07 -0000</pubDate><guid>https://sourceforge.net43abbafdc0b49eb257811288e8c2ab18a4898370</guid></item><item><title>Connection closes after a while (Socket Closes down)</title><link>https://sourceforge.net/p/remoting-corba/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I get the Following Error after a while : &lt;/p&gt;
&lt;p&gt;/////////////// START ERROR //////////////////&lt;/p&gt;
&lt;p&gt;Remoting.Corba: Response sent&lt;br /&gt;
Remoting.Corba: 12 bytes received&lt;br /&gt;
Remoting.Corba: Received 12 bytes; need 168 more&lt;br /&gt;
Remoting.Corba: Received complete message of size 180&lt;br /&gt;
Remoting.Corba: operation = instrumentPeriodChange&lt;br /&gt;
Remoting.Corba: object_key &lt;br /&gt;
= /b9592da5_4ee9_4b01_ab55_483105bd54e7/0dow1sr2a&lt;br /&gt;
ZR7rwZJCqM_47nC_1.rem&lt;br /&gt;
Remoting.Corba: object type = &lt;br /&gt;
Peresys_External_Applictions.PFD_EventHandler&lt;br /&gt;
Remoting.Corba: method = instrumentPeriodChange&lt;br /&gt;
Remoting.Corba: responseMessage = &lt;br /&gt;
System.Runtime.Remoting.Messaging.ReturnMessage&lt;br /&gt;
Remoting.Corba: responseHeaders = null&lt;br /&gt;
Remoting.Corba: responseStream = &lt;br /&gt;
System.IO.MemoryStream&lt;br /&gt;
Remoting.Corba: Sending response of size 24&lt;br /&gt;
Remoting.Corba: Response sent&lt;br /&gt;
Remoting.Corba: Error on message header: &lt;br /&gt;
System.Net.Sockets.SocketException: An existing &lt;br /&gt;
connection was forcibly closed by the remote host&lt;br /&gt;
at System.Net.Sockets.Socket.EndReceive&lt;br /&gt;
(IAsyncResult asyncResult)&lt;br /&gt;
at &lt;br /&gt;
Remoting.Corba.Channels.Iiop.IiopConnection.OnReceiveM&lt;br /&gt;
essageHeader(IAsyncResult ar) in C:\Visual Studio &lt;br /&gt;
Projects\Peresys_External_Applications\SourceForge_Cor&lt;br /&gt;
ba\RemotingCorba_1_3_1&lt;br /&gt;
\RemotingCorba\RemotingCorbaLibrary\IiopConnection.cs:l&lt;br /&gt;
ine 83&lt;br /&gt;
Remoting.Corba: Closing IIOP connection to &lt;br /&gt;
172.18.250.5:4466&lt;br /&gt;
The thread '&amp;amp;lt;No Name&amp;amp;gt;' (0x624) has exited with code 0 &lt;br /&gt;
(0x0).&lt;br /&gt;
The thread '&amp;amp;lt;No Name&amp;amp;gt;' (0x65c) has exited with code 0 &lt;br /&gt;
(0x0).&lt;br /&gt;
//////////////////////// END ERROR //////////////////&lt;/p&gt;
&lt;p&gt;Could this be because the messages are sent too fast / &lt;br /&gt;
ie. the Socket can't handle the amount of messages &lt;br /&gt;
coming through and thus 'forcibly closes ' ?&lt;/p&gt;
&lt;p&gt;Any Help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Le Roi Beukes&lt;br /&gt;
LeRoi@peresys.co.za&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 15 Jul 2003 10:01:35 -0000</pubDate><guid>https://sourceforge.netba7300bb1e6f3ea183dc566d57e83cf7d974911e</guid></item><item><title>1.3.1 union type mapping</title><link>https://sourceforge.net/p/remoting-corba/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Apperently v1.3.1 supports Unions, but I don't &lt;br /&gt;
understand how to use them. As an example, I have &lt;br /&gt;
been trying to understand the CorbaTestServer.idl &lt;br /&gt;
mapping. I have the following union in my IDL that &lt;br /&gt;
represents a tree object, how do write the C# mapping &lt;br /&gt;
for it?&lt;/p&gt;
&lt;p&gt;enum ValueTypes {LONGLONG_TYPE, ULONGLONG_TYPE, &lt;br /&gt;
FLOAT_TYPE, DOUBLE_TYPE, STRING_TYPE, &lt;br /&gt;
DATE_TYPE, DATETIME_TYPE,  LONGSEQ_TYPE, &lt;br /&gt;
ULONGSEQ_TYPE, ONGLONGSEQ_TYPE, &lt;br /&gt;
ULONGLONGSEQ_TYPE, FLOATSEQ_TYPE, &lt;br /&gt;
DOUBLESEQ_TYPE, STRINGSEQ_TYPE, DATESEQ_TYPE, &lt;br /&gt;
DATETIMESEQ_TYPE, VALUESEQ_TYPE, NULL_TYPE&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;typedef sequence&amp;amp;lt;long long&amp;amp;gt; LonglongSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;unsigned long long&amp;amp;gt; &lt;br /&gt;
UlonglongSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;float&amp;amp;gt; FloatSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;double&amp;amp;gt; DoubleSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;string&amp;amp;gt; StringSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;Date&amp;amp;gt; DateSequence;&lt;br /&gt;
typedef sequence&amp;amp;lt;DateTime&amp;amp;gt; DateTimeSequence;&lt;/p&gt;
&lt;p&gt;union Value switch(ValueTypes) {&lt;br /&gt;
case LONGLONG_TYPE:&lt;br /&gt;
long long longlongval;&lt;br /&gt;
case ULONGLONG_TYPE:&lt;br /&gt;
unsigned long long ulonglongval;&lt;br /&gt;
case FLOAT_TYPE:&lt;br /&gt;
float floatval;&lt;br /&gt;
case DOUBLE_TYPE:&lt;br /&gt;
double doubleval;&lt;br /&gt;
case STRING_TYPE:&lt;br /&gt;
string stringval;&lt;br /&gt;
case DATE_TYPE:&lt;br /&gt;
Date dateval;&lt;br /&gt;
case DATETIME_TYPE:&lt;br /&gt;
DateTime datetimeval;&lt;br /&gt;
case LONGLONGSEQ_TYPE:&lt;br /&gt;
LonglongSequence longlongseqval;&lt;br /&gt;
case ULONGLONGSEQ_TYPE:&lt;br /&gt;
UlonglongSequence ulonglongseqval;&lt;br /&gt;
case FLOATSEQ_TYPE:&lt;br /&gt;
FloatSequence floatseqval;&lt;br /&gt;
case DOUBLESEQ_TYPE:&lt;br /&gt;
DoubleSequence doubleseqval;&lt;br /&gt;
case STRINGSEQ_TYPE:&lt;br /&gt;
StringSequence stringseqval;&lt;br /&gt;
case DATESEQ_TYPE:&lt;br /&gt;
DateSequence dateseqval;&lt;br /&gt;
case DATETIMESEQ_TYPE:&lt;br /&gt;
DateTimeSequence datetimeseqval;&lt;br /&gt;
case VALUESEQ_TYPE:&lt;br /&gt;
sequence&amp;amp;lt;Value&amp;amp;gt; valueseqval;&lt;br /&gt;
};&lt;br /&gt;
struct Node {&lt;br /&gt;
Value val;&lt;br /&gt;
sequence&amp;amp;lt;Node&amp;amp;gt; children;&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;thanks in advance. If there is a more appropriate place &lt;br /&gt;
for me to post messages like this let me know. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 06 Jun 2003 22:51:56 -0000</pubDate><guid>https://sourceforge.netdeec4dbbef7c64a884c11edf1213917dc57d0756</guid></item><item><title>how would you convert this IDL to a proxy?</title><link>https://sourceforge.net/p/remoting-corba/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;// Bank.idl&lt;/p&gt;
&lt;p&gt;module Bank {&lt;br /&gt;
interface Account {&lt;br /&gt;
float balance();&lt;br /&gt;
};&lt;br /&gt;
interface AccountManager {&lt;br /&gt;
Account open(in string name);&lt;br /&gt;
};&lt;br /&gt;
};&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Swindell</dc:creator><pubDate>Thu, 15 May 2003 03:02:52 -0000</pubDate><guid>https://sourceforge.net1bbb92b1ba9333afa84c3b760fd3284a658fa4ac</guid></item></channel></rss>