[jboss-jira] [JBoss JIRA] (AS7-4531) Split up pooled/non-pooled JMS Connection Factory parsing

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Tue Apr 17 03:33:18 EDT 2012


Jeff Mesnil created AS7-4531:
--------------------------------

             Summary: Split up pooled/non-pooled JMS Connection Factory parsing
                 Key: AS7-4531
                 URL: https://issues.jboss.org/browse/AS7-4531
             Project: Application Server 7
          Issue Type: Bug
          Components: JMS
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil
            Priority: Minor
             Fix For: 7.1.2.Final-redhat1


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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list