0 Replies Latest reply on Jul 4, 2005 1:51 AM by buster.wang

    driver-class not work in -ds.xml

    buster.wang

      hi, all :
      Following is my oracle-ds.xml file :

      <?xml version="1.0" encoding="UTF-8"?>

      <local-tx-datasource>
      <jndi-name>cluster</jndi-name>

      <connection-url>jdbc:oracle:thin:@localhost:1521:timogen</connection-url>

      <driver-class>some error driver name</driver-class>

      <user-name>user</user-name>

      password


      <min-pool-size>5</min-pool-size>

      <max-pool-size>20</max-pool-size>

      </local-tx-datasource>



      I think when jboss start , it should throw exception, but it actually not?
      do anyone know why? BTW , I use jboss4.00