0 Replies Latest reply on Aug 13, 2007 2:21 PM by zhlu

    datasource configuration and JMX console

    zhlu

      I got the following error in the jmx console when I invoke the oracle jdbc driver:

      oracle.jdbc.driver.OracleDriver Information
      Not loaded in repository cache

      here is my oracle-ds.xml file:

      <local-tx-datasource>
      <jndi-name>cpp</jndi-name>
      <connection-url>jdbc:oracle:thin:@xxx:oralu</connection-url>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <user-name>x</user-name>
      x
      ....

      <type-mapping>Oracle9i</type-mapping>

      and I didn't see error in the console windows too.

      -Henry