Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2070

Resource-Adapter configuration corrupted with connection-definition/xa-pool

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • 7.0.2.Final
    • JCA
    • None

    Description

      When configuring a resource adapter with an XA-Pool, JBoss adds the element "flush-strategy" even if it does not exist.

      <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0">
          <resource-adapters>
              <resource-adapter>
      ...
                  <connection-definitions>
      ...
                      <flush-strategy>
                          FailingConnectionOnly
                      </flush-strategy>
      ...
      

      But after a restart, the element looks as follows - and startup will fail, because the value FAILING_CONNECTION_ONLY is invalid (should be FailingConnectionOnly).

      <flush-strategy>
          FAILING_CONNECTION_ONLY
      </flush-strategy>
      

      Attachments

        Activity

          People

            jpederse@redhat.com Jesper Pedersen
            snazy0 Robert Stupp (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: