When im trying to resolve a CORBA reference I receive a segmentation fault. Either im blind or I have done something really stupid for this not work. Im using ACE 5.7.9 TAO 1.7.9 for CORBA. Wondering
I have a CORBA server that makes a twoway call to another server from a n开发者_运维技巧otification thread that is created in the servant. This works fine normally. I have just modified the server to
I\'m writing software for a new hardware device which I want any kind of new third-party application to be able to access if they want to.
In Glassfish v2 I secure my JNDI lookups by enabling the \"IIOP Client Authentication\" checkbox in the admin console under the ORB node.
I need to call the omniORB\'s DLLs from a 64-Bit-process and as I get it I need to compile those DLLs as 64-Bit.
I have an orbd started at a virtual host (with the IP A), with some remote object registered. Box that hosts virual boxes has IP B. When client tries to connect to the ORB at A to acquire the NamingCo
I have built a Java CORBA application that subscribes to an event server.The application connects to and narrows on the context just fine, but as soon as an event is sent to the client, it breaks with
I am having a few problems getting the example programs that come with the libTao provided in the package manager. I have used ace tao in the past with windows so have some experience with it already.
I can\'t figure out why the client keeps complaining about the not finding the factory method.I\'ve tried the IDL with and without the \"factory\" keyword and that didn\'t change the behavior.The SDMG
I am currently looking into different ways to support distributed model objects (that is, a computational model that runs on several different computers) in a project that initially focuses on Mac OS