-
Hi,
I am currently discovering IIOOP.NET for a study research. I started with the tutorial on http://iiop-net.sourceforge.net/rmiAdderDNClient.html but could not compile the java code using the given commands:
- javac -classpath . AdderServer.java and
- rmic -classpath . -iiop Tutorial.GettingStarted.AdderImpl
I am a C# developer and have only very basic knowledge in java. I did...
2009-12-20 17:04:33 UTC by dragothic
-
Hi,
I never work with CORBA before.
Can someone advice if:
1. I can use IIOP.NET to build application that accept message/notification/alert from CORBA (i.e a power suply)?
2. Is there any thrid party tool that provides conversion from CORBA to SNMP?
Thanks,
Amin.
2009-12-14 16:20:43 UTC by hadzramin
-
Hi,
In Example "Accessing a RMI/IIOP-based CORBA object with .NET remoting"
a mapping of idl to cls is done.
After the mapping a .dll file is generated.
I want to use the generated cls types for writing server side code.
How to i get the generated cls types file or do i have to use the generated .dll file and write overrides for the generated functions?
Any help please?
Regards...
2009-12-14 13:10:26 UTC by anandmisier
-
Hi,
I downloaded the latest version (IIOP.NET 1.9.0 final) of iiop.net
I try to compile it using VS 2005/Vs2008.
But i get errors when i try to open the solution.
I get the following error:
Unable to read the project file 'ClsToIdlGenerator.csproj'. C:\Anand\downloads\Corba\IIOP NET versie voor corba\IIOPNet.src.1.9.0.final\CLSToIDLGenerator\ClsToIdlGenerator.csproj(64,11): The...
2009-12-10 15:03:28 UTC by anandmisier
-
I developed a .net client againts a Corba server. I managed to call simple functions successfully but when I call a function that send response async. I could not get callback response. I checked the server is sending response so I think there is a problem with my code.
Here is the idl definition of the function:
void registerEventStat (
in EventClient::EventStatIF eventStatObj,
2009-12-04 11:40:21 UTC by erdemergin
-
Singleton ORB is a big problem for me.
In the same program, i need to:
- register interceptors
- register channel (use IIOP.NET)
- destroy channel
**- register other interceptors**
- register channel
- ......
But i can´t register another interceptrors because i can´t call CompleteInterceptorRegistration() two times.
Someone know how can i reset de orb?.
2009-11-26 12:13:53 UTC by Makah
-
The following idl:
readonly attribute Base::BitSequence fill_counter;
void set_fill_counter(in Base::BitSequence fill_counter);
Produces the following error:
Error 1 Type ... already reserves a member called 'set_fill_counter' with the same parameter types
I don't have any control over the IDL so i'm looking for something in VS2008 .NET that allows me to supress/change the...
2009-11-19 16:45:15 UTC by stanton77
-
Hi,
I've a question regarding the IDLToCLSCompiler:
If I want to process multiple .idl files I can provide a list of them as the last parameter in the IDLToCLSCompiler command line.
If I have my .idl files flat (without using subdirectories) in a directory I can use the wildcard *.idl.
My problem is that it's no longer possible to list all .idl files separately, because the command...
2009-09-30 17:25:16 UTC by bengler
-
Registering multiple IIOP channels as servers (ie with property PORT_KEY defined) can cause the wrong channel data to be serialised for an object reference. This results in the client receiving the wrong callback address (host IP address and port).
The problem manifests itself in IorUtil.GetIiopChannelData(ObjRef objRef). This method searches the objRef.ChannelInfo.ChannelData array for any...
2009-09-02 09:51:21 UTC by nobody
-
Registering multiple IIOP channels as servers (ie with property PORT_KEY defined) can cause the wrong channel data to be serialised for an object reference. This results in the client receiving the wrong callback address (host IP address and port).
The problem manifests itself in IorUtil.GetIiopChannelData(ObjRef objRef). This method searches the objRef.ChannelInfo.ChannelData array for any...
2009-09-02 09:32:42 UTC by nobody