See the OpenFusion JacORB Fixed Bugs page for the list of bugs which have been fixed.
Problem | Solution/Workaround |
---|---|
Encoding of indirections |
An enhancement has been added to the JacORB code to allow the encoding of indirections to be enabled and disabled via a flag in the config file. The default is for indirection encoding to be enabled. An entry has been added to the JacORB properties file: # Turn off indirection encoding for repeated typecodes. This fixes # interoperability with certain broken ORB's eg. Orbix E2A jacorb.interop.indirection_encoding_disable=off |
Portable Interceptor calls on local objects | Current JacORB implementation does not invoke the portable interceptors on local objects. |
IDL compiler option '-p' | This '-p' option should not be public and is deprecated in the next release of JacORB. The '-i2jpackage' option should be used instead. |