Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.0-M20
-
None
Description
If using the ldap server for authentication, you do not want a pooled connection because you will be doing a bind operation. However, the ldap connection you want will be otherwise configured the same as your pool of connections. It makes sense to have a factory that can create unbound connections.
Taking this one step further, the poolable connection factory could use such a connection factory so that the implementation exists in only one place.
I will attach code that implements this.