This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: WildFly 8.1.0.Final connection pool recoveryjesper.pedersen Oct 10, 2014 8:15 AM (in response to nickarls)flush-strategy: You don't want 'EntirePool', you want 'Gracefully' exception-sorter: org.jboss.jca.adapters.jdbc.extensions.novendor.NullExceptionSorter validation: Either background-validation or validate-on-match recovery: org.jboss.jca.core.recovery.ValidatingManagedConnectionFactoryRecoveryPlugin HTH 
- 
        2. Re: WildFly 8.1.0.Final connection pool recoverynickarls Oct 10, 2014 8:48 AM (in response to jesper.pedersen)Cool, it works, thanks for the help. You should write your own JCA connector! ;-) The recovery is for XA-datasources only, right? and if you have valid-connection-checker and stale-connection-checker there is no need for a check-valid-connection-sql(?) 
- 
        3. Re: WildFly 8.1.0.Final connection pool recoveryjesper.pedersen Oct 10, 2014 8:50 AM (in response to nickarls)Yeah, I should really find time to look into this JCA thing... And, correct on both counts. 
- 
        4. Re: WildFly 8.1.0.Final connection pool recoverymelaninforbes Jul 23, 2016 4:40 PM (in response to jesper.pedersen)Thanks a lot. It works 
 
     
    