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

Split up pooled/non-pooled JMS Connection Factory parsing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.1.2.Final (EAP)
    • None
    • JMS
    • None

    Description

      PooledConnectionFactory and ConnectionFactory uses the same code in MessagingSubsystemParser to parse their elements/attributes by switching on their whole set of attributes.

      This creates minor configuration issues (e.g. we let user think that user/password are set on non-pooled connection factories).

      Split up the code to have 3 methods reflecting the 3 parts of the CF configurations:

      • parse elements common to PooledCF and CF
      • parse elements specific to PooledCF
      • parse elements specific to CF

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: