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

Make tag service works with Oracle configuration

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.2 GA
    • Fix Version/s: 5.3 RC
    • Component/s: None
    • Impact type:
      Content model Change
    • Upgrade notes:
      Hide

      The Tag schema changed
      The NXP_TAGGING table changed

      Show
      The Tag schema changed The NXP_TAGGING table changed

      Description

      The tag service configured with XA fails to create the tables for Oracle. The used configuration is:
      <?xml version="1.0"?>
      <datasources>
      <xa-datasource>
      <jndi-name>nxtags</jndi-name>
      <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
      <xa-datasource-property name="URL">jdbc:oracle:thin:@localhost:1521:XE</xa-datasource-property>
      <xa-datasource-property name="User">nuxeo</xa-datasource-property>
      <xa-datasource-property name="Password">nuxeo</xa-datasource-property>
      <track-connection-by-tx/>
      </xa-datasource>
      </datasources>

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: