-
Support Patch
-
Resolution: Done
-
Major
-
None
-
7.13.5.GA
-
None
-
None
PATCH NAME:
RHPAM-4959
PRODUCT NAME:
Red Hat Process Automation Manager
VERSION:
7.13.5
DESCRIPTION: One-off patch for RHPAM-4955:
- Duplicate signal with multiinstance process signaling
MANUAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:
1. Backup and remove the following jar:
jbpm-flow-7.67.0.Final-redhat-00029.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.13.5-RHPAM-4959.zip and copy:
RHPAM-4959/jbpm-flow-7.67.0.Final-redhat-00029-RHPAM-4959.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.13.5-RHPAM-4959.zip) and change into the RHPAM-4959 directory
2. Run the following commands to install the patch binaries to the local maven repository:
mvn install:install-file Dfile=jbpm-flow-7.67.0.Final-redhat-00029RHPAM-4959.jar Dsources=jbpm-flow-7.67.0.Final-redhat-00029RHPAM-4959sources.jar -DpomFile=jbpm-flow-7.67.0.Final-redhat-00029RHPAM-4959.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-flow</artifactId>
<version>7.67.0.Final-redhat-00029-RHPAM-4959</version>
</dependency>
ADDITIONAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:
Find and replace the file
jbpm-flow-7.67.0.Final-redhat-00029.jar
with the patched jar:
jbpm-flow-7.67.0.Final-redhat-00029-RHPAM-4959.jar
for all occurences of that file in your project.
CREATOR:
Alberto Fanjul
DATE:
18-Jun-2024
- relates to
-
RHPAM-4955 Duplicate signal with multiinstance process signaling
- ON_QA