|
1 | 1 | {
|
2 |
| - "copyright": "Copyright (c) 2017, 2025, Oracle Corporation and/or its affiliates.", |
| 2 | + "copyright": "Copyright (c) 2017, 2025, Oracle and/or its affiliates.", |
3 | 3 | "license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
|
4 | 4 | "wlst_type": "JMSServer${:s}",
|
5 | 5 | "online_bean": "weblogic.management.configuration.JMSServerMBean",
|
|
47 | 47 | "folders": {},
|
48 | 48 | "attributes": {
|
49 | 49 | "BufferSizeKb": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BufferSize${Kb:KB}", "wlst_path": "WP001", "default_value": 8, "wlst_type": "integer", "get_method": "LSA"} ],
|
50 |
| - "DateFormatPattern": [ {"version": "[10,12.2.1)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "default_value": "${__NULL__:MMM d, yyyy h:mm:ss a z}", "derived_default": "${:true}", "wlst_type": "string", "get_method": "${LSA:GET}", "restart_required": "true" } , |
51 |
| - {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "default_value": "${__NULL__:MMM d, yyyy h:mm:SSS a z}", "derived_default": "${:true}" ,"wlst_type": "string", "get_method": "${LSA:GET}" } ], |
| 50 | + "DateFormatPattern": [ |
| 51 | + {"version": "[10,12.2.1)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "default_value": "${__NULL__:MMM d, yyyy h:mm:ss a z}", "derived_default": "${:true}", "wlst_type": "string", "get_method": "${LSA:GET}", "restart_required": "true" } , |
| 52 | + {"version": "[12.2.1,15.1.1)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "default_value": "${__NULL__:MMM d, yyyy h:mm:SSS a z}", "derived_default": "${:true}", "wlst_type": "string", "get_method": "${LSA:GET}" }, |
| 53 | + {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "default_value": "${__NULL__:MMM d, yyyy h:mm:SSS a z}", "derived_default": true, "wlst_type": "string", "get_method": "${LSA:GET}" } |
| 54 | + ], |
52 | 55 | "FileCount": [
|
53 | 56 | {"version": "[10,14.1.2)", "wlst_mode": "both", "wlst_name": "FileCount", "wlst_path": "WP001", "default_value": 7, "production_default": "${__NULL__:100}", "wlst_type": "integer" },
|
54 | 57 | {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "FileCount", "wlst_path": "WP001", "default_value": 7, "production_default": 100, "wlst_type": "integer" }
|
|
57 | 60 | {"version": "[10,14.1.2)", "wlst_mode": "both", "wlst_name": "FileMinSize", "wlst_path": "WP001", "default_value": 500, "production_default": "${__NULL__:5000}", "wlst_type": "integer" },
|
58 | 61 | {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "FileMinSize", "wlst_path": "WP001", "default_value": 500, "production_default": 5000, "wlst_type": "integer" }
|
59 | 62 | ],
|
60 |
| - "FileName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileName", "wlst_path": "WP001", "default_value": "${__NULL__:logs/jmsServers/%JMSSERVER%/jms.messages.log}", "derived_default": "${:true}", "wlst_type": "string", "restart_required": "true", "uses_path_tokens": "true" } ], |
| 63 | + "FileName": [ |
| 64 | + {"version": "[10,15.1.1)", "wlst_mode": "both", "wlst_name": "FileName", "wlst_path": "WP001", "default_value": "${__NULL__:logs/jmsServers/%JMSSERVER%/jms.messages.log}", "derived_default": "${:true}", "wlst_type": "string", "restart_required": "true", "uses_path_tokens": "true" }, |
| 65 | + {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "FileName", "wlst_path": "WP001", "default_value": "${__NULL__:logs/jmsServers/%JMSSERVER%/jms.messages.log}", "derived_default": true, "wlst_type": "string", "restart_required": "true", "uses_path_tokens": "true" } |
| 66 | + ], |
61 | 67 | "FileTimeSpan": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileTimeSpan", "wlst_path": "WP001", "default_value": 24, "wlst_type": "integer" } ],
|
62 | 68 | "FileTimeSpanFactor": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "FileTimeSpanFactor", "wlst_path": "WP001", "default_value": 3600000, "wlst_type": "long" } ],
|
63 | 69 | "LogFileRotationDir": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileRotationDir", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true", "get_method": "${LSA:GET}" } ],
|
|
0 commit comments