I am working on a web site using Servlets and JSP. I have a servlet
that creates a connection cache using the OracleConnectionCacheImpl
class and saves it as an application scope attribute. I then retrieve
it in a JSP page. When I try to create a connection using the
getConnection() method, I get the following error:
User credentials doesn't match the existing ones
I wrote a test class that instantiates an OracleConnectionCacheImpl
object and then uses it to create connections. When this is all done
in the same class, I get no errors.
Any help would be greatly appreciated.
Thanks,
Dan Cline