[jboss-user] [Datasource Configuration] - How to set up OracleValidConnectionChecker

Gunnar Bostrom do-not-reply at jboss.com
Wed May 18 06:32:39 EDT 2011


Gunnar Bostrom [http://community.jboss.org/people/gunnarbos] created the discussion

"How to set up OracleValidConnectionChecker"

To view the discussion, visit: http://community.jboss.org/message/605809#605809

--------------------------------------------------------------
Hi,
We use JBoss 5.1.0.GA and java 1.6 and run in to trouble with org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker.
The oracle-ds.xml contains

<!-- sql to call when connection is created -->
                    <new-connection-sql>select 1 from dual</new-connection-sql>
                    <!-- sql to call on an existing pooled connection when it is obtained from 
                              pool - the OracleValidConnectionChecker is prefered -->
                    <check-valid-connection-sql>select 1 from dual</check-valid-connection-sql>
                    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker
                    </valid-connection-checker-class-name-->

If I remove the comment around OracleValidConnectionChecker I get this warning:

08:23:24,519 WARN  [org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker] (http-0.0.0.0-8080-1) Unexpected error in pingDatabase
java.lang.IllegalArgumentException: object is not an instance of declaring class

How can I do this correctly? 

The log says warning, but is the check done and a new connection created if the check failed?

Regards
Gunnar
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/605809#605809]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110518/ba01546f/attachment.html 


More information about the jboss-user mailing list