tusury / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: Connection pool initialization should report all connection failures #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AbstractConnectionPool#initialize throws IllegalStateException if the pool 
cannot be initialized but it does not include exceptions that may have caused 
the failure.

Include addition exceptions in the IllegalStateException that is thrown.

See https://groups.google.com/forum/#!topic/ldaptive/utM4LOmCx40

Original issue reported on code.google.com by dfis...@gmail.com on 7 Apr 2014 at 2:32

GoogleCodeExporter commented 8 years ago
Fixed in r2967.
Several methods can now be configured to throw LdapException rather than 
swallowing.
#initialize now includes the last LdapException encountered if #initialize 
fails.

Original comment by dfis...@gmail.com on 21 Apr 2014 at 3:18