You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2013/09/26 10:31:02 UTC

[jira] [Resolved] (TOMEE-1049) support XADataSources

     [ https://issues.apache.org/jira/browse/TOMEE-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved TOMEE-1049.
---------------------------------------

    Resolution: Fixed
    
> support XADataSources
> ---------------------
>
>                 Key: TOMEE-1049
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1049
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 1.6.0
>
>
>             // the real xa datasource
>             .p("xa", "new://Resource?class-name=" + JDBCXADataSource.class.getName())
>             .p("xa.url", "jdbc:hsqldb:mem:tomcat-xa")
>             .p("xa.user", "sa")
>             .p("xa.password", "")
>             .p("xa.SkipImplicitAttributes", "true")
>             // the pool
>             .p("xadb", "new://Resource?type=DataSource")
>             .p("xadb.xaDataSource", "xa")
>             .p("xadb.JtaManaged", "true")

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira