[ 
https://jira.nuxeo.com/browse/NXP-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=103979#comment-103979
 ] 

Florent Guillaume commented on NXP-6985:
----------------------------------------

Basic config should be based on something like (untested):
{code:xml}
<Resource name="jdbc/nxsqldirectory" auth="Container"
  maxActive="100" maxIdle="30" maxWait="10000" 
  factory="org.nuxeo.runtime.datasource.BasicManagedDataSourceFactory"
  type="org.postgresql.xa.PGXADataSource" 
  ServerName="${nuxeo.db.host}"
  PortNumber="${nuxeo.db.port}"
  DatabaseName="${nuxeo.db.name}"
  User="${nuxeo.db.user}"
  Password="${nuxeo.db.password}"
  />
{code}


> XA datasources for Tomcat
> -------------------------
>
>                 Key: NXP-6985
>                 URL: https://jira.nuxeo.com/browse/NXP-6985
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>          Components: Packaging
>            Reporter: Julien Carsique
>            Assignee: Julien Carsique
>             Fix For: 5.4.3
>
>
> Make it possible to declare XA datasource for Tomcat.

--
This message is automatically generated by JIRA.
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