Hi,
I recently swapped in the Oracle XA
JDBC driver to replace the non-XA driver I had used before. Now, suddenly I get a *lot* of the following in the console output:
So, this raises two questions:
(1) Why am I getting an XAException from the connection
test? What can I do to stop it? What am I doing wrong?
(2) Is there any way to filter out those "connection for ... closed" and "connection for ... refreshed" messages from the log? They would be alright if I'd put the console output to /dev/null but since I have to pipe it into a log file (nohup.out), I'm worrying that the size of those log files will grow too fast (I've already seen one nohup.out file of 2 gigs which got all sorts of red lights flashing but that was due to a WebLogic bug...).
And thanks for your effort reading this far