m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

mmm-persistence: connection pooling #107

Closed hohwille closed 10 years ago

hohwille commented 10 years ago

For finalization and release we need to complete the connection pooling architecture. There are currently some configuration inconsistencies and default h2 datasource is hardwired. This is in-acceptable. Meanwhile dbcp2 is out and seems reasonable. We go for it as default and stop the discussions which pool to use from here.

hohwille commented 10 years ago

done