-
Bug
-
Resolution: Done
-
Minor
-
7.11.1.GA
-
None
-
2022 Week 02-04 (from Jan 10), 2022 Week 05-07 (from Jan 31)
-
When creating datasources with extra options on the URL that uses the special character '&' to append the properties, two problems happens:
- Scenario 1: rhpam nonXA
- rhpam datasource gets configured correctly
- ejb_timer datasource is created but without url
- Scenario 2: rhpam XA
- ejb_timer datasource is created but without url
- rhpam datasource is not correctly configured:
<xa-datasource-property name="URL">jdbc:postgresql://HOsT:5432/postgres?ssl=true<!-- ##DATASOURCES## -->amp;sslmode=allow</xa-datasource-property>