-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
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
- is related to
-
AS7-4521 pooled-connection-factory credentials fail to persist between server restarts
-
- Resolved
-