From 3213e569679a330b9d91318f76191582f0e455a1 Mon Sep 17 00:00:00 2001 From: Malo <mtc@kereval.com> Date: Thu, 10 Dec 2020 16:26:08 +0100 Subject: [PATCH] fix transformation installation manual --- Gazelle-Transformation-Service/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Gazelle-Transformation-Service/installation.md b/Gazelle-Transformation-Service/installation.md index b8afbde..d885651 100644 --- a/Gazelle-Transformation-Service/installation.md +++ b/Gazelle-Transformation-Service/installation.md @@ -60,6 +60,12 @@ In <subsystem xmlns="urn:jboss:domain:datasources:2.0">, add the following in <d </drivers> ``` +Remove the following line: + +```xml +<subsystem xmlns="urn:jboss:domain:weld:2.0"/> +``` + ## Mojarra installation 1. Download the mojarra cli from: [https://gazelle.ihe.net/jboss8/install-mojarra-2.1.19.cli](https://gazelle.ihe.net/jboss8/install-mojarra-2.1.19.cli "https://gazelle.ihe.net/jboss8/install-mojarra-2.1.19.cli") @@ -215,13 +221,17 @@ Remove the following lines too ``` 3. Edit /usr/local/jboss8//standalone/configuration/standalone.xml and replace + ```xml <subsystem xmlns="urn:jboss:domain:weld:2.0" require-bean-descriptor="true" /> ``` + by + ```xml <subsystem xmlns="urn:jboss:domain:weld:2.0"/> ``` + 4. Edit the following 'module.xml' file in '/usr/local/jboss8/modules/org/postgres/main' directory: ```xml -- GitLab