Hi all, Between my JBoss server and the database there is a FW that is configured for disconnect connections after a certain period of time.
The problem is that my datasource pool is not aware of this disconnection and those connections in the pool not used after this period of time stand in a semi-dead state. The does not work properly but JBOSS give them to the client with the subsequent error. I have put the "valid-connection-checker-name" label on my descriptor, to check first the connection but I'm not sure (web-console don't show it to me) if after knowing the connection is invalid, it destroyes it and creates a new one or discards it a choose other (The last won't solve my problem) Thanks in advance Rolo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909271#3909271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909271 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
