WebSphere Application Server - Re: Unable to get a pooled connection from the datasource

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > December 2005 > Re: Unable to get a pooled connection from the datasource





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Unable to get a pooled connection from the datasource

2005-12-30, 5:57 pm

I have my "Component-managed authentication alias" set up and pointing to the username/password for connecting to Oracle. I still do not get the connection when I make this call: con = ds.getConnection();

However, when I use the trick you suggested and make the call this way:
con = ds.getConnection("user","pwd");
I get the connection successfully.
Do you know if there is some problem with XA datasources losing credentials?? (con = ds.getConnection() call was working for us before we turned XA ON)
Thanks!
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com