Products | Versions |
---|---|
TIBCO ActiveMatrix Adapter for Amdocs CRM | - |
Not Applicable | - |
Description:
Hotfix 2 for TIBCO Adapter for Clarify 510 is now available on all supported platforms. Please refer to the readme for information on supported platforms
Defects fixed in Hotfix2:
----------------------------------
Defect_Id : 1-3RNC99
Defect description: The getHandle2CBO(String,String) method defined in ClarifyAppServer class could not get handle to a contained BO of type Generic when the contained BO attribute name in the main BO from the contained BO name.
Defect_Id : 1-3SUGSE
Defect description: The adapter did not have a provision for simple single CBO query.
Defect_Id : 1-3SUGSS
Defect description: The adapter did not bundle sample Wrapper classes for User, Notes Log and Communication CBOs.
The adapter now bundles Wrapper classes for the above mentioned CBOs.
Defect_Id : 1-3SUGS1
Defect description: The adapter RPC Server did not support querying of multiple records of contained CBOs.
Defect_Id : 1-3W5DVL
Defect description: The sample Wrapper classes that extends Generic BO provided with the adapter did not implement all the Generic BO methods.
The adapter now bundles the sample Wrapper Class for "ComRole" BO that extends Generic BO and implements all generic BO methods applicable for "ComRole" BO.
The hotfix can be downloaded from the TIBCO Product Support ftp server, ftp://support-ftp.tibco.com/, using your username and password for the TIBCO Support Web. Once logged on you can find the hotfix under:
available_downloads/ActiveEnterprise/Adapters/Clarify/5.1.0/hotfix-2/.
Please contact TIBCO Support if you have any problems finding or downloading this hotfix.
Configuration Related Changes to be taken care after applying the hotfix:
----------------------------------------------------------------------------------------------------------
Modification required in Adapter Configuration:
In order to support querying of multiple rows of contained BOs, user needs to configure the Contained BO attribute in the main BO as a sequence of the Contained BO class. The Sequence name should be same as the contained BO class name.
Modification required in Wrapper Class:
When the contained BO attribute name in the main BO schema is different from the contained BO name, in order to get handle to a contained BO of type Generic in the Wrapper class, the user needs to call the getGenericHandle2CBO(String,String)
method defined in ClarifyAppServer class instead of getHandle2CBO(String,String) method.