IBM WebSphere Adapter for Lotus Domino, version 7.5.0.1 notes

This document contains the following sections:
Enhancements and fixes
New and modified connector properties
Upgrade notes

This table lists the enhancements and fixes in fix pack version 7.5.0.1.
Enhancements
#CRAPARTitleDetails
1103301Support for the faster FTSearch() method of full text search in OutBound RetrieveAll operation
Currently, RetrieveAll() operation supports only normal search operation using the search() of Domino API This enhancement provides additional support of using the FTSearch() Domino Client API. By this, the searching of documents in a Domino database is faster and more accurate as it returns documents that are an exact as well as partial matches of the search criteria specified.
277378 BiDi enablement
This enhancement is to enable BiDi language support for Lotus Domino Adapter. The support is enabled for the Domino server 'username', 'password' and the 'EventFilter' fields of the Interaction Spec and ActivationSpec properties respectively. Support is for the 'Visual' BiDiOrderingSchema with 'Right to Left' directionality.
Fixes
#CRAPARTitleDetails
1103559EMD process should be thread safe
Symptom: When EMD process was accessed programatically, in multiple parallel instances, artifacts' generation was not happening properly.
Resolution: EMD process or code path made thread safe. So, multiple parallel invocations of EMD process run on different threads and generate artifacts properly without issues.
2103619The 'detect illegal XML character' property should not be visible in WMB environment
Symptom: The 'detect illegal XML character' property was visible in both WPS and WMB envionments, but it should be available only in the WPS environment.
Resolution: Code has been modified to ensure that the utility methods in EMDUtil return Null while creating DetectXML property group for runtimes other than WID,hence this property will be visible on on WPS/WID environments.
3103830EMD option for 'Failed event retry limit' doesn't accept -ve values
Symptom: During EMD for configuring an Inbound connection, in the last configuration screen, the option for 'Retry limit for failed events', under the 'Advanced properties -> Event delivery configuration' tab, doesn't accept -ve values.
Resolution: The validation for the 'Retry limit for failed events' option in EMD was changed appropriately for it to allow accepting -ve values for the same.


This table lists new connector properties
#VersionPlatformAdd or RemoveProperty (Note that property names are case sensitive)
17.5.0.1AllAdd
useIndexedSearch
27.5.0.1AllAdd
biDiContextEIS


To upgrade to the fix pack version 7.5.0.1, do the following:
1. Ensure you have followed the 'Installation Instructions' section in the download link before proceeding further.
2. If you need to use the Fix Pack for EMD, delete the connector project in the WID, import the new rar and apply the EIS specific dependency files. The following steps describe how to do the same.
   a. Open the Java Build Path for the SCA module and remove the Connector project selected on projects tab.
   b. Open the dependency editor and remove the connector project.
   c. Delete the connector project from workspace.
   d. Import the new rar file. Add any dependency files from EIS specific APIs as needed.
   e. Open Java build path for the SCA module and select the Connector project selected on projects tab.
   f. Open the dependency editor and add the connector project if it is not already present and check "Deploy with Module".
3. To update deployed applications(that have an embedded adapter RAR file) on the WebSphere Process Server,use the following procedure
   a. Stop the application that needs to be updated,using the WebSphere Process Server admin console
   b. Select Update for the corresponding application in the WebSphere Process Server admin Console.
   c. Select Replace or add a single file option with relative path as name of the rar file - LotusDomino.rar.
   d. Click the Browse button to select the updated RAR file on your local file system.
   e. Select the default values for the consecutive steps and select Finish.This will ensure that existing configurations e.g. MCF,are not changed and the JAR files are only updated.


To see a list of files that have been updated in this fix pack, refer to the file 'updatedFileList.txt'

November 18th, 2011 6:00 PM
(C) 2011 IBM Corporation. Proprietary and Confidential. All Rights Reserved.