Currently, the Prototyper is a class and there is no way
to substitute it with another implementation for a
particular pool.
Still don't see why one would do this... But it some
cases people may want to obtain the *real* connection
from their database themselves...
I remember someone's post that had problems because
he needed to change the current thread's user identity
before getting a connection (or something similar)...
Anyway, with a pluggable ConnectionCreatorIF - all kind
of configuration would be possible.
Logged In: YES
user_id=91747
0.9.0RC1 goes a long way to solving this. We have a
pluggable connection builder, just no mechanism to plug in
your own. The hard part is done though.