JBoss Community

OracleValidConnectionChecker in JBOSS 7.1.3 ?

created by ANAND KUMAR GEORGE PREM KUMAR in Datasource Configuration - View the full discussion

I am migrating application from jboss 4.3 to Jboss 7.1.3 Final.

 

I have used Iron Jacamar Tool to translate the datasource configuration xml from jboss 4.3 to jboss 7.1.3 and the validation part translated as below (Complete translated datasource attached for reference).    In Jboss 4.3, Jboss's properietory jar file "jboss-common-jdbc-wrapper.jar" is used to perform this validation. Incase of Jboss 7.1.3 is there any equivalent feature ?

 

 

 

<validation>

                        <valid-connection-checker class-name="org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker"/>

                        <validate-on-match>false</validate-on-match>

                        <background-validation>false</background-validation>

                        <use-fast-fail>false</use-fast-fail>

                        <exception-sorter class-name="org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter"/>

                    </validation>

Reply to this message by going to Community

Start a new discussion in Datasource Configuration at Community