|
1 | 1 | +++
|
2 | 2 | title = "Release Notes"
|
3 | 3 | date = 2019-02-22T15:27:38-05:00
|
4 |
| -weight = 93 |
| 4 | +weight = 92 |
5 | 5 | pre = "<b> </b>"
|
6 | 6 | +++
|
7 | 7 |
|
8 | 8 |
|
9 |
| -### Changes in Release 3.0.2 |
| 9 | +### Changes in Release 3.0.3 |
10 | 10 | - [Major New Features](#major-new-features)
|
11 | 11 | - [Other Changes](#other-changes)
|
12 | 12 | - [Bugs Fixes](#bug-fixes)
|
|
20 | 20 | None
|
21 | 21 |
|
22 | 22 | #### Bug Fixes
|
23 |
| -- #1405: Corrected some issues with the Windows shell scripts where they were not properly handling paths with spaces. |
24 |
| -- #1409: Corrected a bug where a wallet deprecation message was still being logged as a warning. |
25 |
| -- #1411: Corrected a bug where wallet extraction handling with multiple archive files was happening in the wrong order. |
| 23 | +- #1412: Fixed a bug in the Prepare Model integration with WKTUI. |
| 24 | +- #1413: Fixed a number of internationalization message-related issues. |
| 25 | +- #1414: Fixed a bug with wallet collection during discovery of a Proxy data source. |
| 26 | +- #1416: Fixed a bug in the handling of main session properties with credentials that was causing a Jython AttributeError (Issue #1415). |
| 27 | +- #1419: Fixed open issue from previous releases regarding wlst attribute not defined errors in online remote discovery. |
| 28 | +- #1420: Fixed a bug where a trailing slash on an application `SourcePath` would cause a empty ZIP file error. |
26 | 29 |
|
27 | 30 | #### Known Issues
|
28 |
| -1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that |
29 |
| - will result in `INFO` level messages that look similar to the example shown below. These errors seem to happen only when the MBean is |
30 |
| - non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release. |
31 |
| - |
32 |
| -``` |
33 |
| -####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger |
34 |
| -from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and |
35 |
| -value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain', |
36 |
| -'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the |
37 |
| -model folder /Cluster/OverloadProtection> |
38 |
| -``` |
0 commit comments