Asadmin recorder /FISH-69 #4543
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Description
My aim is to make my configuration through asadmin, instead of the admin interface. And what better way to generate the commands needed for that than to use the recorder.
Problem is that no command i have ever generated through the recorder has worked (Havent tried a lot though). Here i'll post a simple one:
The recorded action is to create a microprofile config property:
This creates these commands
But when i issue them in the asadmin console, i get this error:
Expected Outcome
Upon further investigation (Payara documentation) i find that this is the correct command:
asadmin> set-config-property --propertyName=k --propertyValue=v --source=domain
Current Outcome
asadmin recorder generates the wrong commands
Steps to reproduce (Only for bug reports)
Environment
The text was updated successfully, but these errors were encountered: