Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-4968

[ONE-OFF] (7.13.5) Fixes for multiinstance node signaling

XMLWordPrintable

    • Icon: Support Patch Support Patch
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      PATCH NAME:
      RHPAM-4968

      PRODUCT NAME:
      Red Hat Process Automation Manager(rhpam)

      VERSION:
      7.13.5.GA

      DESCRIPTION: One-off patch for RHPAM-4968:

      • RHPAM-4950 Signal evaluation when using more than one multiple subprocess    
      • RHPAM-4961 if several node instances are created for same multinstance node, only boundary signals for first one are captured    

      MANUAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:

      1. Backup and remove the following jar:

      $SERVER_DEPLOYMENT_DIR/business-central.war/WEB-INF/lib/jbpm-flow-7.67.0.Final-redhat-00029.jar
      $SERVER_DEPLOYMENT_DIR/kie-server.war/WEB-INF/lib/jbpm-flow-7.67.0.Final-redhat-00029.jar

      2. Unzip the file jboss-rhba-7.13.5-RHPAM-4968.zip and copy:

      RHPAM-4968/jbpm-flow-7.67.0.Final-redhat-00029-RHPAM-4968.jar

      to:

      $SERVER_DEPLOYMENT_DIR/business-central.war/WEB-INF/lib
      $SERVER_DEPLOYMENT_DIR/kie-serve.war/WEB-INF/lib

      MANUAL INSTALL INSTRUCTIONS FOR MAVEN BASED PROJECTS:

          1. Extract the attached zip (jboss-rhba-7.13.5-RHPAM-4968.zip) and change into the RHPAM-4968 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-4968.jar Dsources=jbpm-flow-7.67.0.Final-redhat-00029RHPAM-4968sources.jar.jar -DpomFile=jbpm-flow-7.67.0.Final-redhat-00029RHPAM-4968.pom DgroupId=org.jbpm -DartifactId=jbpm-flow -Dversion=7.67.0.Final-redhat-00029RHPAM-4968 -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-4968</version>
      </dependency>

      ADDITIONAL INSTALL INSTRUCTIONS FOR ALL PLATFORMS:

          1. Stop the application
          2. Install the patch
          3. Start the application

      CREATOR:
              Alberto Fanjul
      DATE:
              3-Jul-2024

              gmunozfe@redhat.com Gonzalo Muñoz Fernández
              afanjula@redhat.com Alberto Fanjul Alonso
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: