Make tag service works with Oracle configuration
------------------------------------------------

                 Key: NXP-4094
                 URL: http://jira.nuxeo.org/browse/NXP-4094
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
    Affects Versions: 5.2 GA
            Reporter: Radu Darlea
             Fix For: 5.3


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>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to