Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e82dd8a

Browse files
committedJan 31, 2019
JIRA WDT-50 Fix SAF imported destination discover and deploy issues
1 parent dbf9917 commit e82dd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
},
422422
"wlst_attributes_path": "WP001",
423423
"wlst_paths": {
424-
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFQueue${:s}/%SAFQUEUE%/MessageLoggingParams/${NO_NAME_0:%SAFIMPORTEDDESTINATION%}"
424+
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFQueue${:s}/%SAFQUEUE%/MessageLoggingParams/${NO_NAME_0:%SAFQUEUE%}"
425425
}
426426
}
427427
},
@@ -455,7 +455,7 @@
455455
},
456456
"wlst_attributes_path": "WP001",
457457
"wlst_paths": {
458-
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFTopic${:s}/%SAFTOPIC%/MessageLoggingParams/${NO_NAME_0:%SAFIMPORTEDDESTINATION%}"
458+
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFTopic${:s}/%SAFTOPIC%/MessageLoggingParams/${NO_NAME_0:%SAFTOPIC%}"
459459
}
460460
}
461461
},

0 commit comments

Comments
 (0)
Please sign in to comment.