omniORB 2.8.0

attlogo6876_dk.gif (2280 bytes)

sideHome.gif (2321 bytes) sideDownload.gif (2450 bytes) sideDocumentation.gif (2512 bytes) sideFAQ.gif (2344 bytes) sidePatch.gif (2543 bytes) sideSearch.gif (2403 bytes)  
This is the version 2.8.0 release of omniORB. We also refer to this version as omniORB2. The last public release was 2.7.1. A summary of changes is here.

omniORB2 is copyright AT&T Laboratories, Cambridge. It is free software. The programs in omniORB2 are distributed under the GNU General Public Licence as published by the Free Software Foundation. See the file COPYING for copying permission of these programs. The libraries in omniORB2 are distributed under the GNU Library General Public Licence. See the file COPYING.LIB for copying permission of these libraries.

omniORB2 contains source code that is derived from the SunSoft OMG IDL Compiler Front End (CFE) version 1.3. The IDL CFE is copyright Sun Microsystems and is distributed here under the terms and conditions written in the file src/tool/omniidl2/COPYING.CFE.

We impose no restriction on the use of the IDL compiler output. The stub code produced by the IDL compiler is not considered a derived work of it.

README files

  • README.win32 - contains important information on building and using omniORB2 on Windows NT and Windows 95.
  • README.unix - contains important information on building and using omniORB2 on Unix platforms.
  • README.openvms - contains important information on building and using omniORB2 on openVMS.
  • README.linux - contains further information on using omniORB2 on linux.
  • README.egcs - contains information on building omniORB2 with egcs-1.0.
  • README.ETSKernel - contains important information on building and using omniORB2 with Phar Lap's ETS kernel.
  • README.FreeBSD - contains information on building omniORB2 on FreeBSD
  • README.SGI - contains information on building and using omniORB2 on SGIs.
  • README.SunC++5 - contains important information on building and using omniORB2 with Sun C++ 5.0.
  • PORTING - contains instructions on porting omniORB2.
  • CHANGES_271 - contains details of changes from 2.6.1 to 2.7.1
  • CHANGES_261 - contains details of changes from 2.5.0 to 2.6.1.
  • CHANGES_250 - contains details of changes from 2.4.0 to 2.5.0.
  • CHANGES_240 - contains details of changes from 2.2.0 to 2.4.0.
  • ReleaseNote_omniORB_280 - release notes of 2.8.0

IMPORTANT NOTE for users upgrading from 2.7.1 and earlier versions:

Please read the release notes on the incompatible change in the semantics of the extraction of string, object reference and typecode from an Any. A backward compatibility mode is provided to ease the transition.

Technical Highlights

omniORB2 is an Object Request Broker (ORB) which implements specification 2.3 of the Common Object Request Broker Architecture (CORBA).

  • C++ language bindings are supported. The mapping conforms to the latest revision of the CORBA specification.
  • The Internet Inter-ORB Protocol (IIOP) is used as the native protocol.
  • The omniORB2 runtime is fully multithreaded. It uses native platform thread support encapsulated with a small class library, omnithread, to abstract away from differences in native thread APIs.
  • TypeCode and type Any are supported.
  • DynAny is supported (CORBA 2.2)
  • The Dynamic Invocation and Dynamic Skeleton interfaces are supported
  • A COS Naming Service, omniNames, is provided.
  • The following platforms are supported:
    • Solaris 2.{5,6}/ Sun SparcCompiler C++ version 4.2
    • Windows NT / Windows 95 / Visual C++ version 5.0 (and also version 6.0)
    • Linux 2.0 (x86)/egcs-1.1.2/binutils-2.9.1.0.14/GNU Libc version 2

    Ports to the following platforms are available. These ports are done by external contributors and have been integrated into the source tree. For these platforms, no pre-compiled binary is available.

    • Digital Unix 4.0D/ DEC C++ compiler version 6.0
    • IBM AIX 4.2/ IBM C Set++ 3.1.4
    • IBM AIX 4.3/ IBM C Set++ 3.6.6
    • HPUX 10.20/ aC++ (B3910 A.01.04)
    • HPUX 11.00/ aC++
    • OpenVMS Alpha 6.2/ DEC C++ compiler 6.2/5.5 (UCX 4.1 ECO 8)
    • OpenVMS Vax 6.1/ DEC C++ compiler 5.5 (UCX 4.0 ECO 1)
    • NextStep 3.3/ gcc-2.7.2
    • Reliant Unix 5.43/CDS++
    • Phar Lap's Real Time ETS Kernel
    • SGI Irix 6.x/SGI C++ compiler 7.2
    • SCO Unixware 7
    • Linux 2.x powerpc/Debian
    • A port to MacOS exists but has not been fully integrated into the source tree. An adaption kit is available here.
    • A port to the embedded OS RTEMS exists. More information is available here.
    • Linux 2.0 (x86)/ GNU C++ compiler version 2.7.2 /libc-5/ Linuxthreads 0.5
    • SCO OpenServer 5/g++ (May need some changes in the source to work around compiler bugs. The compiler can compile omniORB 2.7.1 unchanged.)
    • Digital Unix 3.2/ DEC C++ compiler version 5.5 (Need to apply the patch in patches/dec_CXX_5.6.patch to work around compiler bugs.)

    A ports to LynOS is known to exist but it has not been integrated into the source tree.

    It should be straightforward to port omniORB2 to any platform which supports POSIX style threads, BSD style sockets and has a decent C++ compiler which supports exceptions.

  • It has been tested for interoperability via IIOP with other ORBs, such as Iona Orbix 2.2 MT, Iona OrbixWeb 2.0.1, Visigenic Visibroker for C++, and HP ORB Plus 2.5.

Work in progress

omniORB2 is not yet a complete implementation of the CORBA core. The following features are not supported in the current release.

  • The Portable Object Adapter (in beta soon).
  • Support for IDL type longlong, longdouble, wchar, wstring, fixed, valuetype

Missing features

The following features are missing from omniORB2. We are not currently planning on adding support for these features.

  • The BOA only supports the persistent server activation policy. Other dynamic activation and deactivation polices are not supported.
  • omniORB2 does not has its own Interface Repository. However any CORBA compliant Interface Repository can be used with omniORB2.

Installation

Installation instructions are provided in the following files:

Documentation

  • omniORB2 user guides are located in the ./doc directory. They are available in latex, postscript, acrobat and html formats. Latest versions are available here .
  • Man pages for the programs in this distribution are located in ./man directory.
  • README files are provided throughout the distribution tree. They provide specific information about the directories and files, tools and examples. You may want to explore the tree to become familiar with the information provided in the README files.

Examples

  • Example programs that demonstrate the use of omniORB2 are located in ./src/examples.

Recommended Additional Documentation

omniORB2 is based on the following OMG specifications.

  • The Common Object Request Broker: Architecture and Specification. The current version is available on-line at http://www.omg.org/corba/corbiiop.htm. In particular, omniORB2 users will find chapter 3 "OMG IDL Syntax and Semantics" and chapter 23 "Mapping of OMG IDL to C++" particularly relevant.
  • The COS Naming Service Specification. The current version is available on-line at http://www.omg.org/corba/sectrans.htm

Contact

If you have any queries, suggestions and problems in using omniORB2, contact [email protected]. We'd like to hear from you.

The latest version of omniORB2 is available from our Web pages.

There is also a mailing list: [email protected].

This list carries announcements of new releases and provides a forum for omniORB2 users and developers to discuss the usage and future development of omniORB2.

If you want to add yourself to this mailing list, send the following command in the body of your email to "[email protected]":

    subscribe

The archives of the mailing list are available here .

 

For comments, feedback, etc, please see the 'Keeping in touch' page.
Copyright 1999 - AT&T Laboratories Cambridge