| Thread | Last Post | Replies |
|
| How to connect to CORBA C++ object from EJB? | 30 Jan 2004 08:54 GMT | 3 |
Can you please help me with the information on how to make an EJB deployed in Weblogic 6.1 connect and make calls to the CORBA Objects written in C++ and published by some corba server in the network. All I have from the server guys is the IDL file, and the machine name +
|
| Accesing CORBA Objects created by a POA object in Visibroker 4.5 | 20 Jan 2004 16:03 GMT | 5 |
Im using Visibroker 4.5 I'm creating a set CORBA objects using POA.servant_to_reference(Servant) method Is there any way to retrieve all the CORBA objects created with this POA
|
| What is a good failover mechanism for the Trading Service? | 16 Jan 2004 16:36 GMT | 1 |
I'm puzzled with this question, and I'm looking for suggestion. I'm currently using JacORB. My question is let say I have 2 trading services running on two different host. One serves as the primary trading service and the
|
| ORB Interoperability: real or only theory? | 15 Jan 2004 17:37 GMT | 4 |
I have a CORBA application that is based on Orbix2000 from IONA. The Server is in C++ and the Client in Java. For different reasons, we are intending to replace Orbix2000 by some free ORB implementation. For the server-side, we decided for TAO, which seems to be quite good.
|
| JacOrb Multihomed server | 14 Jan 2004 10:41 GMT | 2 |
we have problems running a corba-server on a multi-homed Win2k-Box. The machine has two network-cards. JacOrb is using the wrong IPAddress for IOR's. I tried the property OAIAddr. Only setting the property to 127.0.0.1
|
| Should I use CORBA for this? | 08 Jan 2004 14:11 GMT | 2 |
We have a C++ api for manipulating MARC records(an electronic format for library records). This basically a set of data-holder class with logic to parse the initial binary format to create the objects and logic for searching. This api is unit tested and works well.
|