Community

driver-class doesn't make a difference -- Oracle

created by Stephen Morgan in Datasource Configuration - View the full discussion

I'm attempting to use an SQL logger to wrap a database driver. As part of the configuration I'm supposed to used the wrappers driver instead to the standard oracle driver.

 

In trying to implement this I have discovered that the driver-class attribute doesn't matter. I have changed it to random text and tried to use the jdbc logger driver.

 

In both cases I can happily connect to the oracle database as if I hadn't changed anything. It only complains if I don't put in a driver-class at all.

 

My Datasource.....

 

<local-tx-datasource>
        <jndi-name>jdbc/myDS</jndi-name>
        <connection-url>jdbc:oracle:thin:@localhost:1521:xe</connection-url>
        <driver-class>grrrr</driver-class>
        <user-name>user</user-name>
        <password>pass</password>   
        <min-pool-size>1</min-pool-size>
        <max-pool-size>2</max-pool-size>
        <blocking-timeout-millis>5000</blocking-timeout-millis>
        <idle-timeout-minutes>5</idle-timeout-minutes>
  </local-tx-datasource>

 

 

Any help would be appreciated,

 

 

Thanks

 

 

Steve

Reply to this message by going to Community

Start a new discussion in Datasource Configuration at Community