Skip to content

Commit 15fec48

Browse files
authored
Merge pull request #258 from ochaloup/CLOUD-4021-EAPSUP-592-jboss-node-name-dot-0.23.x
[CLOUD-4021] dot is not permitted in tx datasource table name
2 parents 71dfe66 + 66b02c7 commit 15fec48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jboss/container/wildfly/launch/datasources/added/launch/tx-datasource.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function inject_jdbc_store() {
6161
init_node_name
6262

6363
local prefix="os${JBOSS_NODE_NAME//-/}"
64+
prefix="${prefix//.}"
6465

6566
local dsConfMode
6667
getConfigurationMode "<!-- ##JDBC_STORE## -->" "dsConfMode"

0 commit comments

Comments
 (0)