Hide Forgot
If a patch bundle contains patches which change the EAP's version string (updates the org.jboss.as.product module), the version module needs to be reloaded after the installation of every single patch in the bundle, because the following patch in the bundle might have the prerequisite "applies-to" version equal to the one from the previous patch. Without this, it is impossible to apply a patch bundle which updates GA->CP1->CP2, because during installation of the second (CP1-CP2) patch, AS will still think that its version is GA and will reject the patch. Found against upstream, but reporting against EAP, because quite obviously, this bug will be present in ER6 when it is built. The currently latest, ER5, does not support patch bundles at all.
Emanuel, is there an associated upstream JIRA?
Emanuel Muckenhuber <emuckenh> updated the status of jira WFLY-2296 to Resolved
Verified in ER7.