This table lists the enhancements and fixes in fix pack version 6.1.0.4. |
Enhancements |
There are no enhancements in this fix pack. |
Fixes |
1 | 75833 | JR30339 | ESD FAILS WITH ERROR, WHEN PARENT AND CHILD SIEBEL BCS ARE SELECTED. |
Symptom: The issue is during the ESD when a Parent BC and a Child BC is chosen then customer is gettting Operation name 'XXXXXX' matchesanother operation name. Operation overloading is not allowed.. |
Resolution: change the code to make sure when adding a non-primary Child BC, the primary BC will be automatically added into the selection list |
|
2 | 76111 | JR31009 | PROBLEM CREATING THE BO WITH HYPHENIN ITS NAME THROUGH WID |
Symptom: EMD can not work well with Business object having hyphenin characters in its name. |
Resolution: use unicode character to represent hyphenin characters during EMD |
|
3 | 75915 | | Null name space support in base class |
Symptom: Base class doesn't support null namespace using 6.1 adapter |
Resolution: One is adding the Head Alias "xsd:" to all vocabulary scoped in w3c namespace. The other is that cut off those alias with declaration of null namespace from schema. |
|
4 | 93006 | JR30832 | Failed to retrievaAll View with a child BO that has one child BO itself |
Symptom: retrieveAll a View with a child BO that has one child BO itself.There is no error message any more, but the result of the query does not match the data in the database. |
Resolution: Change the source code on retrievaAll method and add support for this kind of case |
|
5 | 93077 | | "Method is deprecated messages" in the log/console |
Symptom: A lot of warning messages appears in the log/console when the websphere adapter is running |
Resolution: Remove this message from system out. |
|
6 | 93143 | JR30855 | Infinite inbound loop when assuredOnceDelivery is false |
Symptom: Infinite inbound loop when assuredOnceDelivery is false |
Resolution: Change the source code to support the case when assuredOnceDelivery is false |
|
7 | 93148 | | Improve the adapter exception case |
Symptom: crash or hang situation appears since Base Class does not handle the exception |
Resolution: Fix it by catching the exception thrown by logging and ignore it for making sure the work completion status could be notified to workcontroller. |
|
8 | 93155 | | TypeFactory is using ext classloader instead of application classloader in WAS |
Symptom: forName method could not find the record and throws bo not found exception |
Resolution: Change the source code to make sure correct classloader is used |
|
9 | 93182 | | English text over the Progress Monitor Indicator |
Symptom: The progress monitor in the first screen of the EMD has hard coded english text. |
Resolution: Modify some source files and also message files to solve this issue |
|
This table lists the enhancements and fixes in fix pack version 6.1.0.2. |
Enhancements |
1 | 95575 | | "Finish" button and "Next" button do not get activated |
Symptom: In EMD, when a component that starts with "BCBS" is selected, either the "Finish" button or "Next" button (or both) is not activated. |
Resolution: If a dependent component is added alone, the primary business component is automatically added to the import list. |
|
2 | 89947 | | Improve discovery relationships using Siebel API. |
Symptom: Siebel business objects can be discovered in a more efficient way. |
Resolution: A new algorithm for discovering MultiValue lists has been implemented to improve Siebel business object discovery. |
|
Fixes |
1 | 95578 | JR28322 | NullPointerException on Siebel Adapter cleanup method |
Symptom: A NullPointerException occurs within the Siebel Adapter cleanup method. |
Resolution: This has been fixed. |
|
2 | 95446 | JR28059 | Siebel adapter connnection issue |
Symptom: Because some connections are not successfully logged off during a transaction, new connections being created cause the maximum connection limit to be reached. |
Resolution: The log off problem has been fixed. |
|