[OJB-developers] ConnectionManager
Brought to you by:
thma
From: Bischof, R. <rai...@ed...> - 2001-11-12 10:25:41
|
Thomas, what about making the ConnectionManager pluggable? This would enable me to use user specific connections. E.g. in getConnectionForClassDescriptor I determine the user session that the currently executing thread is working for and return a user specific connection. The already pluggable ConnectionFactory does not really solve this as it is only called once to create a connection for each classdescriptor. The problem is that we have to use session specific connections since there is no Dummy ID the application can use for all user requests. This is because of security restrictions in our environment. Any objections? Rainer |