Uploaded image for project: 'KIE Cloud'
  1. KIE Cloud
  2. KIECLOUD-216

When a datasource connection string has semicolon on it, the sufix is not consider as part of the string for EJB_TIMER auto configuration

    XMLWordPrintable

Details

    Description

      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"
      

      Attachments

        Activity

          People

            rhn-support-zanini Ricardo Zanini Fernandes
            rhn-support-zanini Ricardo Zanini Fernandes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: