Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-10903

acquire jdbc connection from xa datasource pool

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.7.2
    • Component/s: Core VCS
    • Impact type:
      Configuration format change
    • Upgrade notes:
      Hide

      In repository config file, the following section is rewritten as follow

      ...
      <xa-datasource>org.h2.jdbcx.JdbcDataSource</xa-datasource>
      <property name="URL">${nuxeo.test.vcs.url}</property>
      <property name="User">${nuxeo.test.vcs.user}</property>
      <property name="Password">${nuxeo.test.vcs.password}</property>
      ...

      ...
      <xa-datasource>jdbc/nuxeo</xa-datasource>
      ...

      Show
      In repository config file, the following section is rewritten as follow ... <xa-datasource>org.h2.jdbcx.JdbcDataSource</xa-datasource> <property name="URL">${nuxeo.test.vcs.url}</property> <property name="User">${nuxeo.test.vcs.user}</property> <property name="Password">${nuxeo.test.vcs.password}</property> ... ... <xa-datasource>jdbc/nuxeo</xa-datasource> ...

      Description

      Since NXP-10839, we've introduced a common XA datasource in the configuration. For not duplicating the configuration and having a better feed-back of the connections in use in the system, we want the storage to get the connection from the pool.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: