iiop

Application-specific IIOP listening socket in J2EE

I recently noticed that an Crystal Reports viewer J2EE app, based on Crystal Enterprise Java SDK seems, to open its own IOP listener on a custom port (it seems to recieve some callbacks from report server this way). The question is - given this is a J2EE application, how does it open the IIOP listener, and is it (from the perspective ...

How to Re-order the network interfaces returned by WSAIoctl with SIO_GET_INTERFACE_LIST control code

Is there a way to dictate the order of the network interfaces returned by the Win32 WinSock WSAIoctl function's SIO_GET_INTERFACE_LIST functionality? Background: We've got a heterogeneous CORBA system where a nameservice running the ACE/TAO CORBA implementation on Windows has ACE/TAO-based services registered with it that clients imple...

Best C# Corba / IIOP framework

I am looking to connect to the CBOE, which provides a Corba / IIOP interface. There are many professional libraries for Java/C++, but I cannot find any for C#. What is the best library for corba in C#? (I have looked at IIOP.Net... it's an option, but it hasn't been updated in years, prefer a more maintained or professional library) ...

exception message getting lost in IIOP between glassfish domains

I'm running two glassfish v2 domains containing stateless session EJBs. In a few cases, an EJB in one domain has to call one in the other. My problem is that when the called EJB aborts with an exception, the caller does not receive the message of the exception and instead reports an internal error that is not helpful at all in diagnosi...

InitialContext.lookup of remote EJB fails after remote server restart

We have a setup in which EJB A is running on server A, and another EJB B is running on server B. EJB A connects to EJB B via IIOP. This setup normally works, but if server B is restarted, EJB A will fail until server A is restarted too. The issue is that if server B is restarted, all calls to InitialContext.lookup by EJB A fails with a...