-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0-M20
-
Fix Version/s: 1.0.0-M23
-
Labels:None
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.