This table lists the enhancements and fixes in fixpack version 7.0.0.1. |
Enhancements |
There are no enhancements in this fix pack. |
Fixes |
1 | 100101 | | TVT: Hard-coded strings on EMD screen |
Symptom: The message "All fields of the form are already included!" is hard-coded. |
Resolution: Make the message support globalization. |
|
2 | 100356 | | When BO name is same and BO namespace is different, inbound work may be failed. |
Symptom: When adapter creates 2 or more different modules with BO having same name but different namespace and structure, inbound and outbound operations of those modules will throw NullPointerException. |
Resolution: Redefined the methods of "hashCode()" and "equals()" in the SDOV1Type class. Then individual adapter can distinguish those BO correctly by "namespace + name" if those BOs name are equal. |
|
3 | 100406 | | Adapter will encoutner NPE after restart the app on server! |
Symptom: For Adapter inbound and outbound operation(standalone deployment), after the application is restarted, the NullPointerException will appear when the adapter tries to query the ASI Infor from cache. |
Resolution: The BO's namespace and name has been preserved as BO instance's fields. After the application is restarted, adapter can still get them from those instance's field rather than the stale data cache. |
|
4 | 99888 | | Change to use PmiRmJmxService MBean to get arm transaction factory name |
Symptom: When adapter gets ARM transaction factory name to process ARM transaction, a WAS internal private API is used for it, which need to be replaced with public interfaces. |
Resolution: Switched to Invoke PmiRmJmxService MBean, a set of public interfaces exposed by WAS to get ARM transaction fatory name. |
|
5 | 77930 | | Printing out the AdapterFoundationClasses version in the Logs/traces. |
Symptom: Currently with all the adapters , The AFC version is not printed out in the logs/traces. It would be really helpful to have this information printed out to the logs/traces especially in debugging issues due to conflicting AFC being loaded at runtime. |
Resolution: Print AFC version in the trace |
|
6 | 100734 | | Update the bundled NCSO.jar to the 8.5.1 version of the Domino server |
Symptom: Currently the version of the bundled NCSO.jar is 8.5 |
Resolution: Update the bundled NCSO.jar to the 8.5.1 version of the Domino server |
|