-
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:
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>