16091 - Two sets of methods getLongTextValue and setLongTextValue has been introduced. getLongTextValue returns the LongText value as a string. setLongTextValue sets the String value on a LongText attribute.
15568 - 3.x version of WBIA returns a NotSupportedException for getSupportedBONames.
15484 - Redundant arguments removed from generateAndLogMsg and generateAndTraceMsg method calls. generateAndLogMsg no longer takes argCount argument. generateAndTraceMsg no longer takes argCount and msgType parameters. The existing methods are deprecated.
15421 - setMsgType and setMsgNumber have been added to CWConnectorExceptionObject.
Two new methods stringToBo and boToString have been added to CWConnectorUtil class. These methods correspond to the datahandler functionality and in turn invoke the datahandler methods to convert a bo to a string and vice versa based on the mime type.
WBIA.jar replaces "CWConnectorAPI.jar". This change is handled in the CWConnEnv script. All of the adapters use CWConnEnv script for setting up the environment. This script is invoked by the respective adapter start scripts.
Add, replace, or remove the following files and directories as indicated:
For CrossWorlds Infrastructure Version | Platform [WIN;UNIX] | Add / Replace / Remove | File (Starting from %CROSSWORLDS% / $CROSSWORLDS) |
4.x | WIN, UNIX | Add | \lib\WBIA\4.0.0\WBIA.jar |
4.x | WIN | Add | \bin\CWConnEnv.bat |
4.x | UNIX | Add | \bin\CWConnEnv.sh |
3.x | WIN, UNIX | Add | \lib\WBIA\3.0.0\WBIA.jar |
3.x | WIN | Add | \bin\CWConnEnv.bat |
3.x | UNIX | Add | \bin\CWConnEnv.sh |
Depending upon the version of IBM CrossWorlds Infrastructure (4.x or 3.x) , the CWConnEnv script needs to be modified to use the correct version.
NOTE: By default the CWConnEnv scripts for WINDOWS/UNIX are configured for 4.x version of IBM CrossWorlds Infrastructure.
For IBM CrossWorlds Infrastructure version 3.x and WINDOWS operating system please modify the CWConnEnv.bat as follows.
1. Change set CWVERSION="4.X" to REM set CWVERSION="4.X" .
2. Change REM set CWVERSION="3.X" to set CWVERSION="3.X" .
3. Change set WBIAVER="4.0.0" to set WBIAVER="3.0.0" .
For IBM CrossWorlds Infrastructure version 3.x and UNIX operating system please modify the CWConnEnv.sh as follows.
1. Change WBIAVER=4.0.0 to WBIAVER=3.0.0 .
Please refer to the comments in CWConnEnv scripts for further instructions on how to configure this.
September 24, 2002 04:19 PM
© 2002 IBM Corp. Proprietary and Confidential. All Rights Reserved.