[ 
http://jira.nuxeo.org/browse/NXP-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-2899:
-----------------------------------

    Comment: was deleted

(was: Done.
http://hg.nuxeo.org/nuxeo/nuxeo-core/rev/ee40a16631cf

An example MySQL configuration is:

  <extension target="org.nuxeo.ecm.core.repository.RepositoryService" 
point="repository">
    <repository name="default"
      factory="org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory">
      <repository>
        
<xa-datasource>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource>
        <property name="ServerName">localhost</property>
        <property name="DatabaseName">nuxeodb</property>
        <property name="User">nuxeo</property>
        <property name="Password">nuxeo</property>
      </repository>
    </repository>
  </extension>

)

> Make SQL storage work with MySQL
> --------------------------------
>
>                 Key: NXP-2899
>                 URL: http://jira.nuxeo.org/browse/NXP-2899
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>          Components: Core SQL Storage
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>             Fix For: 5.1.7, 5.2 M4
>
>   Original Estimate: 4 hours
>          Time Spent: 4 hours
>  Remaining Estimate: 0 minutes
>
> A few initialization tweaks are needed to be able to work with MySQL.

-- 
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
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to