vladmihalcea / flexy-pool

FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Apache License 2.0
1.09k stars 120 forks source link

Support for multiple JNDI Data Sources in Java EE #42

Closed vladmihalcea closed 7 years ago

vladmihalcea commented 7 years ago

A Java EE application might have multiple DataSources that need monitoring. If the default properties can be overridden, then we can use the FlexyPool Hibernate ConnectionProvider to pass specific properties via the persistence.xml configuration file.

vladmihalcea commented 7 years ago

Fixed by this commit.