Hi. > I don't fully understand your use case, what data source do you use, > and why can't you use the standard way to get a connection?
On one hand I'm using a data source, but it's not obtained via JNDI, but via Spring, so the ConnectionFactory doesn't suit my needs. On the other, we're using branded drivers that need to be unlocked. To cover all cases, it's better to unlock the connections right after creating them rather than when using them. In the case of the DataStore, this has to be done in ConnectionRecoveryManager.setupConnection() which is the method that actually instantiates the connection. The problem is that this method is private. I hope you can understand now. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
