Skip to content

Commit b1aa27d

Browse files
authored
Issue #678 - Use server name for JTA migratable targets in offline mode (#679)
1 parent 528f000 commit b1aa27d

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"JTAMigratableTarget": {
198198
"wlst_type": "JTAMigratableTarget",
199199
"child_folders_type": "single_unpredictable",
200-
"default_name_value": "${NO_NAME_0:%SERVER%}",
200+
"default_name_value": "%SERVER%",
201201
"folders": {},
202202
"attributes": {
203203
"AdditionalMigrationAttempts": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "AdditionalMigrationAttempts", "wlst_path": "WP001", "value": {"default": 2 }, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)