The patch notes contain the following sections:
Following are new and revised features of the 1.0.1 version of the Resource Adapter for CrossWorlds
Available as of Connector Version |
Feature | Description |
1.0.1 | The ORB classes used by the Resource Adapter for CrossWorlds to establish a connection with CrossWorlds can now be configured through its deployment descriptor. | If you are currently using the Resource Adapter for
CrossWorlds and can connect to the InterChange Server, you do not need to
install this patch.
For those users who have installed more recent versions of the Visibroker client libraries that are not supported by the existing Resource Adapter for CrossWorlds, this patch will allow you to explicitly specify the classname of the ORB implementation to use when establishing a connection to CrossWorlds. |
This patch contains fixes for the following CRs based on customer-reported cases.
CR Number | As of Version | Problem |
---|---|---|
12844 | 1.0.0 | The CORBA ORB libraries used to connect to the InterChange Server are hard-coded within the adapter and cannot be configured. More recent version of the Visibroker client libraries use ORB implementation "com.inprise.vbroker.orb.ORB" rather than "com.visigenic.vbroker.orb.ORB"; use of such libraries is incompatible with the existing version of the Resource Adapter for CrossWorlds (1.0.0). |
This section describes how to download the connector patch from the CrossWorlds Exchange website.
Note: Downloading software from the website requires a user name and password. Contact your CrossWorlds system administrator or a technical support contact for your site. To extract and install the connector files, you must have already installed CrossWorlds InterChange Server or Serverless Trading Agent.
To download the connector software from the Web:
Note: The documentation home page on your system does not contain a link to the manual for this product. You can access the manual from the CrossWorlds Exchange. When you are at the Exchange site, log in as a subscriber (with your user name and password), then click Product Documentation and choose the appropriate link for your operating system. The home page that appears contains a link to the online manual for this product. If you wish, you can also download the home page to %CROSSWORLDS%\documentation\welcome.pdf (Windows) or $CROSSWORLDS/documentation/welcome.pdf (UNIX) on your system.
To perform an upgrade to this version of the resource adapter:
Determine the appropriate classname for your ORB implementation. To do this, open file "\crossworlds\lib\vbjorb.jar" using WinZip or a similar product and scroll to file "ORB". Examine the path of that file as it exists in the JAR archive. If it is "com\inprise\vbroker\orb", use classname "com.inprise.vbroker.orb.ORB" in the next step. If it is "com\visigenic\vbroker\orb", use classname "com.visigenic.vbroker.orb.ORB" in the next step.
Specify the classname determined in the previous step for adapter properties "ORBClassName" and "ORBSingletonClassName". You can specify these values in either file "ra.xml" including the RAR package itself or modify the adapter properties in your application server once you've deployed the adapter.
For Connector Version | Platform | Property (Case-Sensitive) | Value |
1.0.1 | WIN;UNIX | ORBClassName | One of the following depending on your version of the Visibroker client
libraries:
com.visigenic.vbroker.orb.ORB com.inprise.vbroker.orb.ORB |
1.0.1 | WIN;UNIX | ORBSingletonClassName | One of the following depending on your version of the Visibroker client
libraries:
com.visigenic.vbroker.orb.ORB com.inprise.vbroker.orb.ORB |
January 23, 2002 11:58 AM
© 2001 CrossWorlds Software, Inc. Proprietary and Confidential. All Rights Reserved.