Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1049

support XADataSources

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • None
    • None

    Description

      // 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")

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: