-
Support Patch
-
Resolution: Done
-
Major
-
None
-
7.11.1.GA
-
None
PATCH NAME:
RHPAM-4120
PRODUCT NAME:
Red Hat Process Automation Manager
VERSION:
7.11.1
DESCRIPTION: One-off patch for RHPAM-4102:
- Boundary timer not triggered after rollback
MANUAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:
1. Backup and remove the following jar:
jbpm-services-ejb-timer-7.52.0.Final-redhat-00008.jar
from the following locations:
$SERVER_DEPLOYMENT_DIR/kie-server.war/WEB-INF/lib/
$RHPAM_ENGINE/
$YOUR_OWN_APPLICATION_LIB/
2. Unzip the file jboss-rhba-7.11.1-RHPAM-4120-debug.zip and copy:
RHPAM-3975/jbpm-services-ejb-timer-7.52.0.Final-redhat-00008-RHPAM-4120.jar
to:
$SERVER_DEPLOYMENT_DIR/kie-server.war/WEB-INF/lib
$RHPAM_ENGINE
$YOUR_OWN_APPLICATION_LIB
MANUAL INSTALL INSTRUCTIONS FOR MAVEN BASED PROJECTS:
1. Extract the attached zip (jboss-rhba-7.11.1-RHPAM-4120.zip) and change into the RHPAM-4120 directory
2. Run the following commands to install the patch binaries to the local maven repository:
mvn install:install-file Dfile=jbpm-services-ejb-timer-7.52.0.Final-redhat-00008RHPAM-4120.jar Dsources=jbpm-services-ejb-timer-7.52.0.Final-redhat-00008RHPAM-4120sources.jar -DpomFile=jbpm-services-ejb-timer-7.52.0.Final-redhat-00008RHPAM-4120.pom -Dpackaging=jar
3. Override the original version of modified jars explicitly declaring them in <dependencyManagement> of your project pom.xml:
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-timer</artifactId>
<version>7.52.0.Final-redhat-00008-RHPAM-4120</version>
</dependency>
ADDITIONAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:
Find and replace the file
jbpm-services-ejb-timer-7.52.0.Final-redhat-00008.jar
with the patched jar:
jbpm-services-ejb-timer-7.52.0.Final-redhat-00008-RHPAM-4120.jar
for all occurences of that file in your project.
CREATOR:
Alberto Fanjul
DATE:
13-Jan-2022
- relates to
-
RHPAM-4102 Boundary timer not triggered after rollback
- Closed