0 Replies Latest reply on Jun 22, 2004 3:37 AM by sysuser1

    SQL Driver(Oracle) not loaded

    sysuser1

      hello,

      my scenario
      + jboss 3.2.3
      + windows 2k + sp4

      I have deployed my resource adapter.

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

      <connection-factories>
      <no-tx-connection-factory>
      <jndi-name>BlackBox</jndi-name>
      <adapter-display-name>BlackBoxNoTx</adapter-display-name>
      <config-property name="ConnectionURL" type="java.lang.String">jdbc:oracle:thin:@srvdb:1521:srvdb92</config-property>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <xa-transaction/>
      </no-tx-connection-factory>
      </connection-factories>


      in my application i get the error.
      SQLException: no sutiable driver

      now my question...
      how can i load say JBoss that he have to load the Oracle Driver at statup time.

      I have the ORacle Drvier *.jar file in die /lib and server/default/lib dir.

      pleas help me soon.