Skip to content

Commit 862b3de

Browse files
updating to 7.9
1 parent c9d1016 commit 862b3de

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Released versions
4646
-----------------
4747
See the tagged releases for the following versions of the product:
4848

49+
- v1.10 - Red Hat Process Automation Manager 7.9.0.GA
4950
- v1.9 - Red Hat Process Automation Manager 7.8.0.GA
5051
- v1.8 - Red Hat Process Automation Manager 7.7.0.GA
5152
- v1.7 - Red Hat Process Automation Manager 7.5.0.GA

init.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set SRC_DIR=%PROJECT_HOME%\installs
1414
set SUPPORT_DIR=%PROJECT_HOME%\support
1515
set PRJ_DIR=%PROJECT_HOME%\projects
1616
set VERSION_EAP=7.3.0
17-
set VERSION=7.8.0
17+
set VERSION=7.9.0
1818
set EAP=jboss-eap-%VERSION_EAP%.zip
1919
set RHPAM=rhpam-%VERSION%-business-central-eap7-deployable.zip
2020
set RHPAM_KIE_SERVER=rhpam-%VERSION%-kie-server-ee8.zip

init.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRC_DIR=./installs
1111
SUPPORT_DIR=./support
1212
PRJ_DIR=./projects
1313
VERSION_EAP=7.3.0
14-
VERSION=7.8.0
14+
VERSION=7.9.0
1515
EAP=jboss-eap-$VERSION_EAP.zip
1616
RHPAM=rhpam-$VERSION-business-central-eap7-deployable.zip
1717
RHPAM_KIE_SERVER=rhpam-$VERSION-kie-server-ee8.zip
@@ -198,6 +198,16 @@ echo " - setup email task notification users..."
198198
echo
199199
cp $SUPPORT_DIR/userinfo.properties $SERVER_DIR/business-central.war/WEB-INF/classes/
200200

201+
202+
echo " - setup system property for jpa marshaller"
203+
echo
204+
$JBOSS_HOME/bin/jboss-cli.sh <<EOT
205+
embed-server
206+
/system-property=org.kie.server.xstream.enabled.packages:add(value="org.drools.persistence.jpa.marshaller.*")
207+
EOT
208+
209+
210+
201211
# Add execute permissions to the standalone.sh script.
202212
echo " - making sure standalone.sh for server is executable..."
203213
echo

installs/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Download the following from http://developers.redhat.com
22

33
* Red Hat Enterprise Application Platform archive (jboss-eap-7.3.0.zip) at https://developers.redhat.com/products/eap/download
4-
* Red Hat Process Automation Manager deployable (rhpam-7.8.0-business-central-eap7-deployable.zip) at https://developers.redhat.com/products/rhpam/download
5-
* Red Hat Process Automation Manager Process Server (KIE Server) deployable (rhpam-7.8.0-kie-server-ee8.zip) at https://developers.redhat.com/products/rhpam/download
6-
* Red Hat Process Automation Manager add ons (rhpam-7.8.0-add-ons.zip) at https://developers.redhat.com/products/rhpam/download
4+
* Red Hat Process Automation Manager deployable (rhpam-7.9.0-business-central-eap7-deployable.zip) at https://developers.redhat.com/products/rhpam/download
5+
* Red Hat Process Automation Manager Process Server (KIE Server) deployable (rhpam-7.9.0-kie-server-ee8.zip) at https://developers.redhat.com/products/rhpam/download
6+
* Red Hat Process Automation Manager add ons (rhpam-7.9.0-add-ons.zip) at https://developers.redhat.com/products/rhpam/download
77

88
Ensure that this file is executable by running:
99

1010
chmod +x <path-to-project>/installs/jboss-eap-7.3.0.zip
11-
chmod +x <path-to-project>/installs/rhpam-7.8.0-business-central-eap7-deployable.zip
12-
chmod +x <path-to-project>/installs/rhpam-7.8.0-kie-server-ee8.zip
13-
chmod +x <path-to-project>/installs/rhpam-7.8.0-add-ons.zip
11+
chmod +x <path-to-project>/installs/rhpam-7.9.0-business-central-eap7-deployable.zip
12+
chmod +x <path-to-project>/installs/rhpam-7.9.0-kie-server-ee8.zip
13+
chmod +x <path-to-project>/installs/rhpam-7.9.0-add-ons.zip

0 commit comments

Comments
 (0)