corba
C++ segmentation fault when trying to resolve a CORBA reference
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[详细]
2023-01-15 05:20 分类:问答Deadlock in TAO when colocated
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[详细]
2023-01-13 03:03 分类:问答Should I use CORBA, MessagePack RPC or Thrift, or something else entirely?
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.[详细]
2023-01-12 18:01 分类:问答IIOP Client Authentication and ProgrammaticLogin in Glassfish v3
In Glassfish v2 I secure my JNDI lookups by enabling the \"IIOP Client Authentication\" checkbox in the admin console under the ORB node.[详细]
2023-01-12 09:43 分类:问答How can I compile omniORB for 64-Bit Windows?
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.[详细]
2023-01-10 13:22 分类:问答ORB forwards to a wrong location
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[详细]
2023-01-04 03:15 分类:问答Java CORBA Client Disconnects Immediately
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[详细]
2023-01-04 02:24 分类:问答ACE TAO Corba Ubuntu 10.4 undefined reference to CORBA::Object::_refcount_value()
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.[详细]
2023-01-03 04:03 分类:问答Adding a valuetype to IDL, compile and it fails with "No factory found"
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[详细]
2023-01-01 21:23 分类:问答CORBA on Mac OS X (Cocoa)
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[详细]
2022-12-30 07:43 分类:问答