-
Bug
-
Resolution: Done
-
Major
-
7.3.1.GA
-
2019 Week 20-22
-
Compatibility/Configuration, User Experience
When adding a new query parameter to the datasource configuration with a value that has semicolons, the EJB_TIMER auto configuration inherit only the first part of the string, ignoring the rest with semicolons.
For example, for this entry:
RHPAM_XA_CONNECTION_PROPERTY_URL="jdbc:h2:/deployments/data/h2/rhpam;AUTO_SERVER=TRUE"
The expected result is:
EJB_TIMER_XA_CONNECTION_PROPERTY_URL="jdbc:h2:/deployments/data/h2/rhpam;AUTO_SERVER=TRUE"
But the result is:
EJB_TIMER_XA_CONNECTION_PROPERTY_URL="jdbc:h2:/deployments/data/h2/rhpam"