The patch note contains the following sections:
CONNECTOR REVISIONS |
Available as of Version | CR Number/APAR# | Feature | Description |
---|---|---|---|
1.7.0 | CR 30617 | A new connector property RetrieveVerb has been introduced. | This will be used in the CWConnectorEventStore.getBO() method to instead of the default verb "RetrieveByContent". |
1.7.0 | CR 33784 | Change signature of CWConnectorEventStore.fetchEvents() method | An additional method signature public Vector CWConnectorEventStore.fetchEvents(int) throws ConnectionFailureException, FetchEventsFailedException. This will allow for more predictable exception handling and return the events to be processed in the vector. In the default implementation, the previous fetchEvents method will be called and a StatusChangeFailedException will be translated into a ConnectionFailureException resulting in an APPRESPONSETIMEOUT. New adapters using WBIA API default event mechanism and the event store should implement the new fetchEvents signature. |
1.6.2 | CR 35632 CR 35033/JR19950 |
Override for locale settings for grouping. Allow overriding the use of Locale formating on numbers. | A new property DisableNumberFormatGrouping will used to determine whether to use grouping when calling CWConnectorBusObj.setintValue(..)/setfloatValue()/setdoubleValue(). The default if not set will be false. Without grouping 1,234,567 will be kept as 1234567. A new property DisableLocaleFormating will be used to determine whether to perform any formating on numbers. The default for this property is false. |
1.6.1 | 33705/JR 19730 | setdoubleValue needs to handle fractions different from the locale setting. | Two new properties MaxDoublePrecision and MaxFloatPrecision has been introduced. The value is used to set the maximum digits for number formatting before setting the value with setAttrValue in setdoubleValue and setfloatValue methods of WBIA API. |
For Connector Version | Platform | Add / Replace / Remove | File (Starting from %CROSSWORLDS%/$CROSSWORLDS) |
1.6.2 | WIN & UNIX | Replace the file | \lib\WBIA.jar
\lib\WBIA\4.0.0\WBIA.jar \lib\WBIA\4.1.1\WBIA.jar \lib\WBIA\2.3.0\WBIA.jar \connectors\messages\CWConnectorAgentMessages.txt |
1.6.1 | WIN & UNIX | Replace the file | \lib\WBIA.jar
\lib\WBIA\4.0.0\WBIA.jar \lib\WBIA\4.1.1\WBIA.jar \lib\WBIA\2.3.0\WBIA.jar \connectors\messages\CWConnectorAgentMessages.txt |
Configure the following for the patch to work:
Connector
Version |
Platform | Add / Remove | Property/Legal values (Case-Sensitive) |
- | - | - | - |
June 21, 2004 11:32 AM
© 2004 IBM. All Rights Reserved.