jacORB

R2CORBA 1.3.1 released.

Remedy IT is pleased to announce the release of version 1.3.1 of R2CORBA, an implementation of the Ruby CORBA Language mapping (RCLM). This software is provided as Open Source.

R2CORBA provides a 100% OMG RCLM compliant CORBA implementation for MRI and JRuby running on Windows (32bit and 64bit) and Linux (32bit and 64bit) featuring:

JacORB 3.2 released

We are pleased to announce the release of JacORB 3.2. The complete release announcement can be found here.

R2CORBA 1.2.1 released.

Remedy IT is pleased to announce the release of version 1.2.1 of R2CORBA, an implementation of the Ruby CORBA Language mapping (RCLM). This software is provided as Open Source.

R2CORBA provides a 100% OMG RCLM compliant CORBA implementation for MRI and JRuby running on Windows, Linux and Mac OSX featuring:

JacORB 3.1 released

We are pleased to announce the release of JacORB 3.1. The complete release announcement can be found here.

JacORB 3.0 final available

The JacORB team ispleased to announce the immediate availability of JacORB 3.0 Final http://www.jacorb.org/download.html

The changes between RC1 and this version are available here
http://www.jacorb.org/cgi-bin/cvsweb/~checkout~/JacORB/doc/REL_NOTES?rev=1.265;content-type=text%2Fplain

JacORB 3.0 RC1 available

The JacORB team has announced the immediate availability of JacORB 3.0 release candidate 1 from http://www.jacorb.org/download.html

There have been several new features and bug fixes since beta 2. Changes may be seen here: http://www.jacorb.org/cgi-bin/cvsweb/JacORB/doc/REL_NOTES?rev=1.263;content-type=text%2Fplain

JacORB 3.0 Beta 2 available

The JacORB community has announced announce the immediate availability of JacORB 3.0 beta2 from their website.

There have been several new features and bug fixes since beta 1. Changes may be seen here. Please test and report back any issues.

JacORB 3.0 Beta 1 available

The JacORB team is pleased to announce the immediate availability of JacORB 3.0 beta1 from http://www.jacorb.org/download.html.

It contains many new features (such as NIO and MIOP transport) and a large amount of bug fixes.

Invocation Hangs using Java 1.6 ORB

As a test I have tried to combine the following setup:

- A Java 1.6 servant, running in the default Java ORB implementation
- A Java 1.6 client, running in the default Java ORB implementation
- A jacORB NameService, running, seems to be working fine

Here is the server code.

public static void main(String[] args) {
 try
 {
  ORB orb = ORB.init(args, null);
  org.omg.CORBA.Object coNamingContext = orb.string_to_object(readIOR("C:\\orb\\NS_Ref"));
  NamingContext namingContext =

Syndicate content