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

Preliminary DB2 support

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.7.1
    • Component/s: Core VCS
    • Upgrade notes:
      Hide

      To activate DB2:

      • in nuxeo.conf:
        nuxeo.templates=db2
        nuxeo.db.name=nuxeo
        nuxeo.db.user=db2inst1
        nuxeo.db.password=db2inst1pw
        nuxeo.db.host=localhost
        nuxeo.db.port=3700
        nuxeo.db.singleDataSource=jdbc/NuxeoDS
      • in toplevel lib/
        add db2jcc4.jar
      Show
      To activate DB2: in nuxeo.conf: nuxeo.templates=db2 nuxeo.db.name=nuxeo nuxeo.db.user=db2inst1 nuxeo.db.password=db2inst1pw nuxeo.db.host=localhost nuxeo.db.port=3700 nuxeo.db.singleDataSource=jdbc/NuxeoDS in toplevel lib/ add db2jcc4.jar

      Description

      Support DB2.

      Note that this will need single-datasource mode for now. To avoid using single-datasource mode (to be able to use XA) you would have to add the native libdb2jcct2.so/libdb2jcct2.dylib library which hasn't been tested.

      The support only includes non-optimized versions of the ACL and path checks, so is not suitable for applications that have a large number of documents or that are using non-Administrator users.

      Further work to be done in another ticket TBA depending on resources.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: