Borland Enterprise Server 5.2.1 VisiBroker Release Notes (Windows, Solaris, Linux)

This release note contains information specific to the VisiBroker Edition and VisiBroker standalone product. For release note information that applies to all the Borland Enterprise Server 5.2.1 Editions, see the Borland Enterprise Server 5.2.1 Release Notes.

VisiBroker enhancements

5.2.1 is a maintenance release of the product that addresses most of the customer reported problems and includes minor product enhancements.

VisiSecure for Java

This property is used on the server side to set the server transport. Possible values are: CLEAR_ONLY, SECURE_ONLY or ALL. The default is SECURE_ONLY. This property enables the client that needs either CLEAR_ONLY or SECURE_ONLY to connect to a server. In order for this property to take effect, the secureTransport property must be set to true.

Upgrading from previous versions

Upgrading from BES 5.2 VisiBroker Edition/VisiBroker standalone to 5.2.1 requires no additional work on the part of the user.

Compatibility notes

VisiBroker for C++

Compatibility with VisiBroker for C++ 5.2:

VisiBroker 5.2.1 maintains binary and source compatibility.

Compatibility with VisiBroker for C++ 3.x and 4.x:

For the most part, VisiBroker 5.x is not binary- or source-compatible with releases 4.x and earlier. Please regenerate your stubs and recompile your applications.

VisiBroker for Java

As per OMG Specification 2.5, org.omg.PortableServer.POAOperations.create_reference_with_id() does not throw a WrongPolicy exception. VisiBroker 5.2.1 is compatible to this definition. However, for source code back-compatibility we have created a JAR file called javabackcompat.jar, that contains the older definition to throw the WrongPolicy exception.

If you require the older definition, do the following before building and running your applications:

Compatibility of previous versions with VisiBroker for Java 5.2.1

If any of the following three types:

are exchanged across the wire between 5.2.1 and any older versions, you must set vbroker.rmi.alternativeMarshall=false on the older VisiBroker for Java side for back compatibility.

VisiTransact

Previous OTS clients versus OTS 5.2.1 servers

Previous OTS servers versus OTS 5.2.1 clients

VisiSecure for Java

Security is on-the-wire compatible with previous BES 5.x versions.

The following changes, which affect back-compatibility, have been made to the Security implementation:

Known issues

The following are known VisiBroker issues with this release.

Note: For information on known issues with the 5.2 release, please see the VisiBroker 5.2 Release Notes for Windows, Solaris, and Linux.

VisiBroker for Java

Namespaces and IDL

The Java compiler now rejects import statements that import a type from the unnamed namespace. According to the Java Language specification, you cannot have a simple name in an import statement, nor can you import from the unnamed namespace (http://java.sun.com/j2se/1.4/compatibility.html#source). This change impacts applications with IDLs that do not have their definitions in a module.

Security and Naming Service (VisiNaming)

When security is enabled in a BES 5.2.1 Partition using the vbroker.security.disable property, the Naming Service in that Partition is not secure. This is due to the default value (true) for the vbroker.naming.security.disable property. To enable security, set vbroker.naming.security.disable=false.

RequestAgent

The current version of the Request Agent is not security-enabled. If the Request Agent is being used in mixed JDK environments, then the Request Agent should be started with the same JDK as that of the server.

Using OAD to start RequestAgent

To start the RequestAgent with OAD, you have to:

Propagation of client side QoS policies to RequestAgent

In the current release, client side QoS policies, for example the RebindPolicy, are not propagated to the RequestAgent.

RequestAgent interop with VisiBroker for C++ 4.5 and VisiBroker for Java 4.0/4.1/4.1.1 servers for WChar and WString Data

This issue occurs when:

  1. The client is a VisiBroker for Java 4.5.x or VBE 5.x application,
  2. The server is VisiBroker for C++ 4.5 or VisiBroker for Java 4.0,4.1, or 4.1.1 application, and
  3. Client tries to invoke an operation through the RequestAgent that contains WChar or WString arguments/return values.

A DATA_CONVERSION or MARSHAL exception will be raised by the client as a result of this invocation. This issue will be resolved in a future release.

RMI-over-IIOP

It is the RMI-IIOP application server's responsibility to instantiate the ORB instance and call the run() method explicitly to have the server wait for client connections.

VisiBroker for C++

A new client side property vbroker.se.default.local.listener.doorMaxMsgSize has been added. This property controls the maximum message size, which will be sent through the fast IPC (door) mechanism in Solaris when the client and server are running on the same machine. The default value is 1,000,000. If the message size is greater than this value, it will not be sent using the door IPC and will default to the next available mechanism (UNIX domain socket or TCP/IP socket).

Note: Setting this property to a very high value can cause the server application to core.

VisiNotify

VisiTransact

VisiSecure for Java

JVM

On Windows 2000, due to a potential bug in the license manager (LM), an error may occur in the VisiBroker C++ application resulting in the following message:

The application failed to initialized properly (0xc0000005).
Click OK to terminate the application.

To workaround this problem, use either short or quote ("") qualified folder names for the USERPROFILE environment variable. For example, c:\"Documents and Settings"\Administrator.

When using Sun's J2SE 1.3.1 on Linux, the client application may hang in com.inprise.vbroker.orb.SocketSCM.shutdown() while exiting. This is due to bug 4344135 in the JVM. To workaround this problem, set the J2SE_PREEMPTCLOSE environment variable to 1 when running the application. That is,

J2SE_PREEMPTCLOSE=1
export J2SE_PREEMPTCLOSE

For more information, see the J2SE 1.3 release notes from Sun Microsystems.

Platform information

Important: For information on minimum hardware requirements, certified operating systems, JDKs, and compilers, please refer to the Product Platforms Page.


For visibroker edition: click here.
For appserver editiion: click here.

C++ 64-bit security support

The VisiBroker Edition 64-bit port does not provide a C++ security component.

VisiTransact 64-bit support

The VisiBroker Edition 64-bit port does not provide a VisiTransact component.

JDK

On Solaris, Windows and Linux, JDK 1.4.1_01 and JDK 1.3.1_06 are supported.

Printing version information

The product provides mechanisms for printing version information for the binaries and libraries included in this release. In general, use the executable vbver followed by the file to query version information.

For example vbver osagent.exe prints:

Information for:      osagent.exe
Product Name:         VisiBroker for C++ (Windows NT4.0, Windows 2000)
Version:              05.02.01.C1.02
Copyright:            (C) 1996, 2002
Company:              Borland Software Corporation
Build Date:           04/11/2002 14:40:29

Similarly, vbver vbjorb.jar prints:

Information for:      vbjorb.jar
Product Name:         VisiBroker Developer for Java
Version:              05.02.01.C1.02
Copyright:            (C) 1996-2002
Company:              Borland Software Corp.
Build Date:           04/11/2003 14:40:22

To obtain version information for the utilities (such as idl2java, irep, and idl2ir), pass the -version argument to the utility.

VisiBroker redistributables

The following list identifies those VisiBroker components that are redistributable on Windows. Please see the VisiBroker license agreement for general terms that apply to compiled programs and redistributables.

Note: VBROKER_HOME denotes the full path to the directory where Visibroker was installed.

Component File Borland Enterprise Server Redistributable
VisiBroker VBROKER_HOME/bin/events.exe Yes
  VBROKER_HOME/bin/GateKeeper.exe Yes
  VBROKER_HOME/bin/idl2cpp.exe No
  VBROKER_HOME/bin/idl2ir.exe Yes
  VBROKER_HOME/bin/idl2java.exe No
  VBROKER_HOME/bin/ir2idl.exe Yes
  VBROKER_HOME/bin/irep.exe Yes
  VBROKER_HOME/bin/java2idl.exe No
  VBROKER_HOME/bin/java2iiop.exe No
  VBROKER_HOME/bin/migrator.exe No
  VBROKER_HOME/bin/nameserv.exe Yes
  VBROKER_HOME/bin/nsutil.exe Yes
  VBROKER_HOME/bin/oad.exe Yes
  VBROKER_HOME/bin/oadutil.exe Yes
  VBROKER_HOME/bin/osagent.exe Yes
  VBROKER_HOME/bin/osfind.exe Yes
  VBROKER_HOME/bin/printIOR.exe Yes
  VBROKER_HOME/bin/vbj.exe Yes
  VBROKER_HOME/bin/vbjc.exe Yes
  VBROKER_HOME/bin/vbver.exe Yes
  VBROKER_HOME/idl/(any or all files within) No
  VBROKER_HOME/include/(any or all files within) No
  VBROKER_HOME/bin/cosev_r.dll Yes
  VBROKER_HOME/bin/cosnm_r.dll Yes
  VBROKER_HOME/bin/orb_r.dll Yes
  VBROKER_HOME/bin/vport_r.dll Yes
  VBROKER_HOME/lib/lm.jar Yes
  VBROKER_HOME/lib/vbcdev.jar No
  VBROKER_HOME/lib/vbdev.jar No
  VBROKER_HOME/lib/vbjdev.jar No
  VBROKER_HOME/lib/vbjorb.jar Yes
  VBROKER_HOME/lib/vbsec.jar Yes
  VBROKER_HOME/lib/endorsed/vbendorse.jar Yes
  VBROKER_HOME/lib/backcompat/vbjbackcompat.jar Yes
VisiNotify VBROKER_HOME/bin/visinotify.exe Yes
  VBROKER_HOME/lib/cosnotify.lib Yes
VisiTransact VBROKER_HOME/bin/ots.exe Yes
  VBROKER_HOME/bin/ots_r.dll Yes
  VBROKER_HOME/bin/its_support.dll Yes
VisiSecure VBROKER_HOME/bin/certreq.exe Yes
  VBROKER_HOME/bin/sslorb_r.dll Yes
  VBROKER_HOME/bin/vispbe.dll Yes
Made in Borland © 2002 Borland Software Corporation. All rights reserved.