Skip to content

Commit 9cb0cec

Browse files
authored
Merge pull request #262 from jmfinelli/CLOUD-4021
[CLOUD-4021] dot is not permitted in tx datasource table name
2 parents b97b19a + 93e17b9 commit 9cb0cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/datasource-tx.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Feature: EAP Openshift transaction objectstore datasources
135135
| TEST_NONXA | true |
136136
| TEST_JTA | false |
137137
| JDBC_STORE_JNDI_NAME | java:/jboss/datasources/testds |
138-
| NODE_NAME | Test-Store-Node-Name |
138+
| NODE_NAME | Test-Store-Node.Name |
139139
| JDBC_SKIP_RECOVERY | true |
140140
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value java:/jboss/datasources/testds on XPath //*[local-name()='datasource']/@jndi-name
141141
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value jdbc:postgresql://10.1.1.1:5432/pgdb on XPath //*[local-name()='datasource']/*[local-name()='connection-url']
@@ -160,7 +160,7 @@ Feature: EAP Openshift transaction objectstore datasources
160160
| TEST_DATABASE | XE |
161161
| TEST_NONXA | false |
162162
| TEST_JTA | true |
163-
| NODE_NAME | TestStoreNodeName |
163+
| NODE_NAME | Test.Store-Node.Name |
164164
| JDBC_SKIP_RECOVERY | true |
165165
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value java:/jboss/datasources/testdsObjectStore on XPath //*[local-name()='datasource']/@jndi-name
166166
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value testObjectStorePool on XPath //*[local-name()='datasource']/@pool-name

0 commit comments

Comments
 (0)