From 66b02c7111e22def92db6771a99a61a950f81f07 Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Mon, 2 Aug 2021 13:50:33 +0200 Subject: [PATCH] [CLOUD-4021] dot is not permitted in tx datasource table name --- .../wildfly/launch/datasources/added/launch/tx-datasource.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jboss/container/wildfly/launch/datasources/added/launch/tx-datasource.sh b/jboss/container/wildfly/launch/datasources/added/launch/tx-datasource.sh index 5e8a7e99..e4b6537b 100644 --- a/jboss/container/wildfly/launch/datasources/added/launch/tx-datasource.sh +++ b/jboss/container/wildfly/launch/datasources/added/launch/tx-datasource.sh @@ -61,6 +61,7 @@ function inject_jdbc_store() { init_node_name local prefix="os${JBOSS_NODE_NAME//-/}" + prefix="${prefix//.}" local dsConfMode getConfigurationMode "" "dsConfMode"