ANAND KUMAR GEORGE PREM KUMAR [
https://community.jboss.org/people/georgesg] created the
discussion
"OracleValidConnectionChecker in JBOSS 7.1.3 ?"
To view the discussion, visit:
https://community.jboss.org/message/816417#816417
--------------------------------------------------------------
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
[
https://community.jboss.org/message/816417#816417]
Start a new discussion in Datasource Configuration at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]