In our project we got the access a Oracle in
(oracle-service.xml) to use use the driver
(classes12.jar). In this way, if I am not wrong, we
configure a MBean to establish the connection using
this driver. And it certainly works. But the
DataSource instance in the JNDI space is:
(class:
org.jboss.resource.adapter.jdbc.local.LocalDataSource)
Therefore we use a DataSource from Jboss, being it
general for all database.
How can we configure JBoss to use the DataSource
provided by Oracle in its driver package
(OracleConneccionCacheImpl).
Is it possible or do I have to create my own MBean to
do it? In this case knows someone where I can find
documentation on JMX??