Hide Forgot
in Procedure 3.14. Rollback a patch from a JBoss EAP 6 server instance using the patch command: The CLI command patch rollback PATCH_ID --reset-configuration=TRUE is wrong. it should be patch rollback --patch-id PATCH_ID --reset-configuration=TRUE
It currently works both ways, but the --patch-id argument was meant to be used and not requiring it is probably a bug in the patching implementation and is in discrepancy with the description provided by 'patch --help' command. So I think we should use the version with --patch-id in the documentation.
Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
Verified, thanks.
In addition to this, a minor change has been made to make the command as: patch rollback --patch-id=PATCH_ID --reset-configuration=TRUE as in the 'patch --help'
*** Bug 1082538 has been marked as a duplicate of this bug. ***